How do I align text in tabs? #17452
Closed
Answered
by
ivanjaros
ivanjaros
asked this question in
General - Components / Directives / etc
-
I have vertical tabs and the text in tabs is centered. When one of the tabs is shorter, it looks really bad and I want to align them to the left, for example. I have not found a way to do it, yet. Is there some prop/attribute I can use or do I have to brute-force it with custom css or even slot overrides? |
Beta Was this translation helpful? Give feedback.
Answered by
ivanjaros
Aug 22, 2024
Replies: 1 comment
-
I think i will just replace q-tabs with q-list. q-item supports active flag so the behavior is the same but it can be styled/aligned... |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ivanjaros
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think i will just replace q-tabs with q-list. q-item supports active flag so the behavior is the same but it can be styled/aligned...