We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
documentation/development/_static/css/phpbb.css
Line 14 in 91c02a3
This float left is breaking content that comes after a table in the docs.
Can we please use something other than float?
The text was updated successfully, but these errors were encountered:
Maybe replace the float with 100% width on the table:
.wy-table-responsive table { width: 100%; }
Sorry, something went wrong.
Ah ok. Yes, changing the CSS like mentioned should work as well.
marc1706
Successfully merging a pull request may close this issue.
documentation/development/_static/css/phpbb.css
Line 14 in 91c02a3
This float left is breaking content that comes after a table in the docs.
Can we please use something other than float?
The text was updated successfully, but these errors were encountered: