Multiline q-tab label
-
Hi all
how can I achieve to have a tab with Icon and label but the label should have 2 (or more) rows like this: -
@Alvsky wrap it inside the qtab https://codepen.io/metalsadman/pen/WNNMpgo?&editable=true&editors=101 you can use css helpers to adjust it. You might want to remove the icons though, coz if you look at it, thats 3 rows including the icon, which is bad design per material spec. https://material.io/components/tabs/#anatomy
-
Thanks for the answer.
it is just what I wanted