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
<Cell middle center> <div>Text</div> </Cell>
Doesn't center if inside it anything else than text.
The text was updated successfully, but these errors were encountered:
I have the same issue.
Sorry, something went wrong.
center just sets text-align to center. Do you have an alternate proposal?
center
text-align
styled-css-grid/lib/Cell.js
Line 14 in 8a44fef
@azz css-tricks has a decent guide on this. Maybe align-items, justify-items, and justify-content could come into play here.
align-items
justify-items
justify-content
No branches or pull requests
Doesn't center if inside it anything else than text.
The text was updated successfully, but these errors were encountered: