We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When an entire card is clickable (i.e. has an onClick set) and textAlign: left is set, a long title becomes centered when it wraps to a second line.
onClick
textAlign: left
Edit: the text inside the button is always centered, it's just not noticebale until the button hits the max-width of the card content container.
The text was updated successfully, but these errors were encountered:
ryankeairns
Successfully merging a pull request may close this issue.
When an entire card is clickable (i.e. has an
onClick
set) andtextAlign: left
is set, a long title becomes centered when it wraps to a second line.Edit: the text inside the button is always centered, it's just not noticebale until the button hits the max-width of the card content container.
The text was updated successfully, but these errors were encountered: