Skip to content

Commit

Permalink
fix(VStepperItem): remove inline margin in mobile mode
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed May 28, 2024
1 parent cc65962 commit e94dc93
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/vuetify/src/components/VStepper/VStepperItem.sass
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@
font-size: $stepper-item-avatar-font-size
margin-inline-end: $stepper-item-avatar-margin-inline-end

.v-stepper--mobile &
margin-inline-end: 0

.v-icon
font-size: $stepper-item-avatar-icon-font-size

Expand Down

0 comments on commit e94dc93

Please sign in to comment.