mirror of https://github.com/twbs/bootstrap.git
Add new .text-break utility for applying word-break: break-word
This commit is contained in:
parent
dac464a5b8
commit
540537c481
|
@ -62,6 +62,8 @@
|
|||
|
||||
.text-decoration-none { text-decoration: none !important; }
|
||||
|
||||
.text-break { word-break: break-word !important; }
|
||||
|
||||
// Reset
|
||||
|
||||
.text-reset { color: inherit !important; }
|
||||
|
|
Loading…
Reference in New Issue