Bottom toolbar not aligning
-
Hello,
I have a toolbar with a tab inside, aligned bottom and justified, but it doesn’t use the full width of the screen.
I’m sending a screenshot of what I see, and the code snippet:
<q-toolbar slot="footer"> <q-tabs align="justify"> <q-tab slot="title" icon="location on" to="/account/store" label="Stores" /> <q-tab slot="title" icon="card giftcard" to="/account/store/producs" label="Products" /> <q-tab slot="title" icon="shopping cart" to="/account/store/shopping" label="Cart" /> </q-tabs> </q-toolbar>
Is it possible to align the tabs correctly?
Thanks!