-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
<code>
in docblocks should use "overflow-wrap" CSS rule
#89618
Comments
<code>
in docblocks should use "work-wrap" CSS rule<code>
in docblocks should use "word-wrap" CSS rule
You probs want |
We can tell the browser where to break words by inserting |
<code>
in docblocks should use "word-wrap" CSS rule<code>
in docblocks should use "overflow-wrap" CSS rule
@nox it's not clear to me that https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-wrap
In other words,
Emphasis mine. We don't explicitly use min-content in our CSS as far as I can tell, but looking at the screenshots @GuillaumeGomez shared, perhaps it is introduced somewhere by browser intrinsics? Long story short, I think we should use |
Otherwise, if too long we can't read them:
With
word-wrap
rule:The text was updated successfully, but these errors were encountered: