Skip to content
New issue

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

Does NOT centering #43

Open
ozasadnyy opened this issue Jun 21, 2018 · 3 comments
Open

Does NOT centering #43

ozasadnyy opened this issue Jun 21, 2018 · 3 comments
Labels

Comments

@ozasadnyy
Copy link

<Cell middle center>
   <div>Text</div>
</Cell>

Doesn't center if inside it anything else than text.

@benzai
Copy link

benzai commented Jul 23, 2018

I have the same issue.

@azz
Copy link
Owner

azz commented Jul 29, 2018

center just sets text-align to center. Do you have an alternate proposal?

${({ center }) => center && `text-align: center`};

@azz azz added the question label Jul 29, 2018
@rafaelderolez
Copy link

@azz css-tricks has a decent guide on this. Maybe align-items, justify-items, and justify-content could come into play here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants