mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-28 23:59:53 +02:00
Restore word-break: break-word on .text-break to fix text breaking on flex containers (#30932)
This commit is contained in:
@@ -440,7 +440,7 @@ $utilities: map-merge(
|
||||
values: italic normal
|
||||
),
|
||||
"word-wrap": (
|
||||
property: word-wrap,
|
||||
property: word-wrap word-break,
|
||||
class: text,
|
||||
values: (break: break-word)
|
||||
),
|
||||
|
Reference in New Issue
Block a user