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

Change grid header css to flexbox #6813

Merged
merged 3 commits into from
Jul 27, 2018
Merged

Conversation

m4m4m4
Copy link
Contributor

@m4m4m4 m4m4m4 commented Jul 27, 2018

Change grid header css to be flexbox based

Header display properties was previously table based while body is block based. This causes alignment issues between the two in some cases.

Note that if you have a custom header template based on table display properties, it will need to be updated to flexbox.

Fixes: #6799 #2592

Change grid header css to be flexbox based

Header display properties was previously table based while body is block based. This causes alignment issues in some cases.
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