vuetify v-flex xs12 only fill half the width
When I used Ikbel's column solution, my flex-components max-width was overwritten to always be 100%. What I did is give row wrap
attributes to v-layout
.
I think you need to add column
attribute to v-layout
.