diff --git a/scss/utilities/_text.scss b/scss/utilities/_text.scss index 7b5d26d04..0edb8e58b 100644 --- a/scss/utilities/_text.scss +++ b/scss/utilities/_text.scss @@ -9,6 +9,7 @@ // Alignment .text-justify { text-align: justify !important; } +.text-wrap { white-space: normal !important; } .text-nowrap { white-space: nowrap !important; } .text-truncate { @include text-truncate; }