Skip to content

Commit c76dc1a

Browse files
committed
fix(VToolbar): add default width of 100%
this essentially matches systembar and improves pre layout appearance
1 parent 940f9c1 commit c76dc1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/vuetify/src/components/VToolbar/VToolbar.sass

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
position: relative
1414
transition: $toolbar-transition
1515
transition-property: height, width, transform, max-width, left, right, top, bottom
16+
width: 100%
1617

1718
@include tools.border($toolbar-border...)
1819
@include tools.elevation($toolbar-elevation)

0 commit comments

Comments
 (0)