Aligning Geist UI Tab label to center #629
Unanswered
thecamp-discord
asked this question in
Q&A
Replies: 1 comment
-
Try applying :global(.tabs) {
display: flex;
align-items: center;
justify-content: center;
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, I just want to ask on how to align the label of
Tab
Component to the center. I'm currently exploring and studying reactor CSS. Is it possible within CSS style? if so, answers are highly appreciated
Beta Was this translation helpful? Give feedback.
All reactions