Skip to content

Commit

Permalink
fix(VDivider): visiblity in container with dynamic height (#19828)
Browse files Browse the repository at this point in the history
fixes #19827
  • Loading branch information
J-Sek committed May 21, 2024
1 parent c209d09 commit ea567bb
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 @@ -16,7 +16,7 @@
align-self: stretch
border-width: $divider-vertical-border-width
display: inline-flex
height: 100%
height: auto
margin-left: $divider-vertical-margin-left
max-height: 100%
max-width: 0px
Expand Down

0 comments on commit ea567bb

Please sign in to comment.