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

Fix centered tables #601

Merged
merged 4 commits into from
Apr 11, 2018
Merged

Fix centered tables #601

merged 4 commits into from
Apr 11, 2018

Conversation

jessetan
Copy link
Contributor

@jessetan jessetan commented Apr 3, 2018

Centered elements get display: block which does not work with tables. This PR excepts tables, so they will still use display: table and center properly
Fixes #599.

Centered elements get `display: block` which does not work with tables. This commit excepts tables, so they will still use `display: table` and center properly
Fixes #599.
@jessetan jessetan requested a review from Blendify April 3, 2018 10:16
@Blendify Blendify added this to the v0.4.0 milestone Apr 3, 2018
Copy link
Member

@Blendify Blendify left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good but let's wait till after the release to merge.

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

Successfully merging this pull request may close these issues.

2 participants