From c682e751bfc0bd259997ad2de3f78eb3001efdd7 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 30 May 2020 20:49:23 -0700 Subject: Restore word-break: break-word on .text-break to fix text breaking on flex containers (#30932) --- scss/_utilities.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scss') diff --git a/scss/_utilities.scss b/scss/_utilities.scss index 73ba08c97..79e52fd32 100644 --- a/scss/_utilities.scss +++ b/scss/_utilities.scss @@ -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) ), -- cgit v1.2.3