aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scss/utilities/_text.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/scss/utilities/_text.scss b/scss/utilities/_text.scss
index 0edb8e58b..7762aa47d 100644
--- a/scss/utilities/_text.scss
+++ b/scss/utilities/_text.scss
@@ -62,6 +62,8 @@
.text-decoration-none { text-decoration: none !important; }
+.text-break { word-break: break-word !important; }
+
// Reset
.text-reset { color: inherit !important; }