Skip to content

Commit

Permalink
fix(VDialog): make form always fill parent
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse205 committed Oct 3, 2024
1 parent d615a0f commit 5f9bc90
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/vuetify/src/components/VDialog/VDialog.sass
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
max-width: calc(100% - #{$dialog-margin * 2})
margin: $dialog-margin

> form
height: 100%
width: 100%

&,
> form
display: flex
Expand Down

0 comments on commit 5f9bc90

Please sign in to comment.