-
Notifications
You must be signed in to change notification settings - Fork 584
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
Remove horizontal table scroll #7414
Conversation
Newest code from mattermost has been published to preview environment for Git SHA 1405edd |
@cwarnermm As per our call – the new table at the top looks good! I think the 100% max-width did the trick? It's weird because I can't see the class you used |
I don't see the issue on the new table, but the offending code block there has been manually wrapped to not have the issue. I don't think the CSS that you added is actually being used |
I suspect the same @hmhealey -- that the CSS code isn't being used because the extra long line is being handled correctly. I'll pull out the CSS and confirm our suspicions, and then move forward with the full PR lift. |
Newest code from mattermost has been published to preview environment for Git SHA 22ddc0d |
Newest code from mattermost has been published to preview environment for Git SHA 68f3369 |
Confirmed that CSS is unnecessary. Reformatting all SQL code blocks that exceed the center pane width successfully eliminates the horizontal scroll and cut off text display. |
Newest code from mattermost has been published to preview environment for Git SHA 7192d40 |
Introduces CSS that enables table wrapping on simple RST tables via
.. table::
Sphinx directive. Concept taken from here