scss
mixins
_reset-text.scss +1 -1
_utilities.scss +2 -2
site/content/docs/4.3/utilities
text.md +1 -1
+ 1
- 1
+ 2
- 2
@@ -45,7 +45,7 @@ Prevent text from wrapping with a `.text-nowrap` class.
Created by: florianlacreuse
Fix #29319 (closed)
word-break
property is mostly use for East Asian languages, for soft wrap opportunities between letters commonly associated with languages like Chinese, Japanese, etc.
When the overflow-wrap
property is not working (IE, Edge), we need to use the old word-wrap
property as a fallback.
Note: If accepted and merged, this fix should be backported to v4.
Preferences