-
-
Notifications
You must be signed in to change notification settings - Fork 79k
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
Consider adding word-wrap:break-word to Reboot #20323
Comments
Agreed, should be default. I'll create a PR if others agree |
Just noting that if |
Closing as stale. |
leafac
added a commit
to leafac/bootstrap
that referenced
this issue
May 12, 2021
Why would you want the default browser behavior of a long word overflowing the container? What’s already done: - Applied `.text-break` to `body` in Reboot (see https://getbootstrap.com/docs/5.0/utilities/text/#word-break) - Removed instances of `word-wrap` from components, which now became redundant. What’s left to do: - Remove `.text-break`? - Provide an utility with the converse, which sets `word-break` and `word-wrap` back to `normal`? Follow up to: twbs#20323
Hi all, I started a pull request to bring new life into this issue: #33954 Please let me know what you think. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Refs #18927 (comment)
Has anyone ever actually wanted the Web's default "text runs outside of the box and often creates a scrollbar" behavior?
The text was updated successfully, but these errors were encountered: