-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
DOC Set word-break as normal against bootstrap directive. #18899
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @cmarmo !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It does not seem to fix the original problem:
By using the firefox inspector, it seems that adding a min-width: 8em
to the table.docutils td, table.docutils th
class can fix the issue for this table but I am not sure what bad side effect this could have elsewhere.
I understand: bootstrap.css has If we were to remove the double quotes for the title of this column, that would remove the code tag and fix the problem I think. We can keep the double quotes for the first column elements of the other lines of the table. |
Maybe having break-word on |
Thanks @ogrisel: bootstrap hardcodes the |
I am not so sure (see my previous comments). Maybe what bootstrap does is not a bad idea in general. Maybe we could add a rule such as:
to keep the break-word for regular code snippets. |
Reference Issues/PRs
See comment in #18885
What does this implement/fix? Explain your changes.
This pull request set
word-break
tonormal
for all the documentation.Any other comments?
cc @thomasjpfan