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 table header and body column misalignment (responsiveness using word-break: break-all) #10230

Merged
merged 2 commits into from
Oct 3, 2018

Commits on Sep 19, 2018

  1. Remove invalid display properties on table, thead, tbody, and tfoot

    - `table` element needs to be `display: table` so that `table-layout: fixed`
    works correctly.
    - `thead`, `tbody` and `tfoot` need to use their default display properties,
    otherwise columns become misaligned between header, body and footer. (#9779)
    - Remove unecessary width on `thead`, `tbody`, and `tfoot` which is implicitly
    100%
    talldan committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    c270203 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2018

  1. Configuration menu
    Copy the full SHA
    a9dc61c View commit details
    Browse the repository at this point in the history