You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that tailwind classes don't get applied to the button the way it works on other libraries. The buttons inside the table are not left-aligned even after className="text-right" is applied to it's parent element.
ShadCN:
RadUI:
Related Tickets & Documents
e.g., Relates to [#4165]
Mobile & Desktop Screenshots/Recordings
If applicable, add screenshots/recordings that show:
The bug in action
Any error messages
The expected behavior (if possible)
[optional]What gif best describes this PR or how it makes you feel?
The text was updated successfully, but these errors were encountered:
Thanks for the issue @kuchiPie, currently the display property on the button is set to flex on the button, we'll change it to inline-flex to fix this behavior so it behaves more accurately like a native button
@GoldGroove06, an easy fix if you want to take it up 🥇
Description
Bit unsure if it is a bug or an enhancement.
I noticed that tailwind classes don't get applied to the button the way it works on other libraries. The buttons inside the table are not left-aligned even after
className="text-right"
is applied to it's parent element.ShadCN:
RadUI:
Related Tickets & Documents
e.g., Relates to [#4165]
Mobile & Desktop Screenshots/Recordings
If applicable, add screenshots/recordings that show:
[optional]What gif best describes this PR or how it makes you feel?
The text was updated successfully, but these errors were encountered: