v6: bug: text-wrap and text-balance not working #42373
Replies: 2 comments
-
|
sidenote: some examples (including one referenced above) could benefit from having the bd-example div horizontally resizable to see how the component/utility responds to container size changes. something like: .bd-example {
min-width: 320px;
max-width: 100%;
overflow: auto;
resize: horizontal;
border-right: 1px solid var(--bs-border-color);
} |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Update: fixed now - thanks @mdo! (still think we should have the horizontal resizable thing on some examples (including this one) though! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
RE: https://v6-dev--twbs-bootstrap.netlify.app/docs/6.0/utilities/text-wrapping/#wrapping
These classes are invalid and don't work:
should be:
REF: https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/text-wrap
Beta Was this translation helpful? Give feedback.
All reactions