Skip to content

Commit 1a0a9e6

Browse files
committed
fix(VStepper): keep correct alignment with alt-labels
1 parent 12735e6 commit 1a0a9e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/vuetify/src/components/VStepper/VStepperItem.sass

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@
6666
.v-stepper-item__content
6767
text-align: start
6868

69+
.v-stepper--alt-labels &
70+
text-align: center
71+
6972
.v-stepper-item__title
7073
line-height: $stepper-item-title-line-height
7174

@@ -77,9 +80,6 @@
7780
line-height: $stepper-item-subtitle-line-height
7881
opacity: $stepper-item-subtitle-opacity
7982

80-
.v-stepper--alt-labels &
81-
text-align: center
82-
8383
.v-stepper--mobile &
8484
display: none
8585

0 commit comments

Comments
 (0)