text-right on buttons #398
-
Hi, i'm trying to align the text on the button to the start/right side, how can i do that with/without tailwindcss? and This is the full code:
I also tried and still got the same result |
Beta Was this translation helpful? Give feedback.
Answered by
BeeMargarida
Jun 12, 2023
Replies: 1 comment 1 reply
-
Something like this would work, for example by setting the text to the left. Button uses flex inside to position the text and icons.
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
CologneX
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Something like this would work, for example by setting the text to the left. Button uses flex inside to position the text and icons.