Skip to content

Commit 12735e6

Browse files
committed
fix(VStepper): align title and subtitle to the avatar
fixes #21884
1 parent 7657d52 commit 12735e6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,8 @@
6363
margin-bottom: $stepper-item-alt-labels-margin-bottom
6464
margin-inline-end: 0
6565

66-
//.v-stepper-item__content
67-
// .v-stepper--alt-labels &
68-
// min-height: 28px
66+
.v-stepper-item__content
67+
text-align: start
6968

7069
.v-stepper-item__title
7170
line-height: $stepper-item-title-line-height
@@ -75,7 +74,6 @@
7574

7675
.v-stepper-item__subtitle
7776
font-size: $stepper-item-subtitle-font-size
78-
text-align: left
7977
line-height: $stepper-item-subtitle-line-height
8078
opacity: $stepper-item-subtitle-opacity
8179

0 commit comments

Comments
 (0)