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

Fixed table layout with auto-width columns hides cells in column #76

Open
viktor-yakubiv opened this issue Jan 16, 2020 · 0 comments
Open
Labels
🐛 bug Something isn't working

Comments

@viktor-yakubiv
Copy link
Member

Such behaviour is not expected by default. Columns with auto width renders zero width cells but should actually divide the rest of table equally when table-layout: fixed.

We should investigate this bug and when possible fix it. I would start looking from sanitize.css, perhaps it adds some weird styles to td, th or col elements.

@viktor-yakubiv viktor-yakubiv added the 🐛 bug Something isn't working label Jan 16, 2020
@viktor-yakubiv viktor-yakubiv changed the title Fixed table layout with auto-widthed columns hides the column Fixed table layout with auto-width columns hides the column Jan 16, 2020
@viktor-yakubiv viktor-yakubiv changed the title Fixed table layout with auto-width columns hides the column Fixed table layout with auto-width columns hides cells in column Jan 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant