Skip to content

Commit

Permalink
fix(VDivider): don't wrap content
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed May 15, 2024
1 parent 7bb69ff commit d6b292f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vuetify/src/components/VDivider/VDivider.sass
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@

.v-divider__content
padding: $divider-content-padding
text-wrap: nowrap

.v-divider__wrapper--vertical &
padding: $divider-content-vertical-padding
Expand Down

0 comments on commit d6b292f

Please sign in to comment.