Skip to content

Commit

Permalink
fix(VStepper): expand stepper label to full width (#14362)
Browse files Browse the repository at this point in the history
fixes #12584
  • Loading branch information
KareemDa committed Nov 30, 2021
1 parent 8609a9b commit e6e5fd2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/vuetify/src/components/VStepper/VStepper.sass
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,8 @@
color: inherit

&__label
align-items: flex-start
display: flex
flex-direction: column
display: block
flex-grow: 1
line-height: $stepper-label-line-height

+ltr()
Expand All @@ -149,6 +148,7 @@
text-align: right

small
display: block
font-size: $stepper-label-small-font-size
font-weight: $stepper-label-small-font-weight
text-shadow: none
Expand Down Expand Up @@ -219,7 +219,7 @@
flex-basis: $stepper-alt-labels-flex-basis

small
align-self: center
text-align: center

.v-stepper__step__step
margin-bottom: $stepper-alt-labels-step-step-margin-bottom
Expand Down

0 comments on commit e6e5fd2

Please sign in to comment.