Skip to content

Commit

Permalink
fix(VDivider): prevent wrapping in flex layouts
Browse files Browse the repository at this point in the history
fixes #11973
  • Loading branch information
KaelWD committed Mar 9, 2021
1 parent e57bd6d commit f0892c3
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 @@ -32,6 +32,7 @@
max-width: 0px
width: 0px
vertical-align: text-bottom
margin: 0 -1px // Prevent wrapping in flex layouts

&.v-divider--inset
margin-top: $divider-inset-margin-top
Expand Down

0 comments on commit f0892c3

Please sign in to comment.