diff --git a/scss/utilities/_text.scss b/scss/utilities/_text.scss index 0edb8e58ba..7762aa47df 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; }