Versions and Environment
Vuetify: 1.1.5
Browsers: Chrome, Firefox, Edge
OS: Windows
Steps to reproduce
See example in Vuetify docs website here and note that the alignment/spacing of "My Home" text is off due to 100% width of vertical divider that is directly inside v-toolbar (in .v-toolbar__content)
Expected Behavior
.v-divider to have width: auto
Actual Behavior
.v-divider has width: 100% when directly inside a v-toolbar
Reproduction Link
Additional Comments:
Chrome is telling me that v-divider class is incorrectly getting width: 100% due to this line of code
Versions and Environment
Vuetify: 1.1.5
Browsers: Chrome, Firefox, Edge
OS: Windows
Steps to reproduce
See example in Vuetify docs website here and note that the alignment/spacing of "My Home" text is off due to 100% width of vertical divider that is directly inside v-toolbar (in .v-toolbar__content)
Expected Behavior
.v-dividerto havewidth: autoActual Behavior
.v-dividerhaswidth: 100%when directly inside a v-toolbarReproduction Link
https://vuetifyjs.com/en/components/dividers#example-vertical
Additional Comments:
Chrome is telling me that
v-dividerclass is incorrectly gettingwidth: 100%due to this line of code