Skip to content

Commit

Permalink
fix(VDivider): vertical prop height in flexbox
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Mar 26, 2024
1 parent 1a745ba commit 72e5319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vuetify/src/components/VDivider/VDivider.sass
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
align-self: stretch
border-width: $divider-vertical-border-width
display: inline-flex
height: inherit
height: 100%
margin-left: $divider-vertical-margin-left
max-height: 100%
max-width: 0px
Expand Down

0 comments on commit 72e5319

Please sign in to comment.