Skip to content

Tables broken by new responsive CSS #228

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

Closed
iMattPro opened this issue Apr 11, 2021 · 2 comments · Fixed by #229
Closed

Tables broken by new responsive CSS #228

iMattPro opened this issue Apr 11, 2021 · 2 comments · Fixed by #229
Assignees

Comments

@iMattPro
Copy link
Member

iMattPro commented Apr 11, 2021

This float left is breaking content that comes after a table in the docs.

Screen Shot 2021-04-11 at 9 24 44 AM

Can we please use something other than float?

@iMattPro
Copy link
Member Author

Maybe replace the float with 100% width on the table:

.wy-table-responsive table { width: 100%; }

@marc1706
Copy link
Member

Ah ok. Yes, changing the CSS like mentioned should work as well.

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 a pull request may close this issue.

2 participants