Skip to content

Commit

Permalink
fix(dialog): flex ignores width with scrollable dialogs(#6480)
Browse files Browse the repository at this point in the history
* Fix issue width get's ignored with scrollable dialogs

* fix(dialog): remove flex
  • Loading branch information
06b authored and MajesticPotatoe committed Feb 12, 2019
1 parent 00e2aab commit 592e3f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/vuetify/src/stylus/components/_dialogs.styl
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
&--scrollable,
&--scrollable > form
display: flex
flex: 1 1 0px

> .v-card
display: flex
Expand Down

0 comments on commit 592e3f4

Please sign in to comment.