2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

Restore word-break: break-word on .text-break to fix text breaking on flex containers (#30932)

This commit is contained in:
Mark Otto
2020-05-30 20:49:23 -07:00
committed by GitHub
parent 1f1b147f19
commit c682e751bf
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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)
),