padding on tab groups #93
Answered
by
claviska
Offbeatmammal
asked this question in
Help & Support
-
just wondering if there's an easy way to adjust the spacing between the tab titles via a CSS override? |
Beta Was this translation helpful? Give feedback.
Answered by
claviska
Nov 12, 2024
Replies: 1 comment
-
You can adjust the padding of the tab's wa-tab::part(base) {
padding-block: .25rem;
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Offbeatmammal
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can adjust the padding of the tab's
base
part using the following CSS.Example: