0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

Add new .text-break utility for applying word-break: break-word

This commit is contained in:
Mark Otto 2018-12-16 13:23:33 -08:00
parent dac464a5b8
commit 540537c481

View File

@ -62,6 +62,8 @@
.text-decoration-none { text-decoration: none !important; }
.text-break { word-break: break-word !important; }
// Reset
.text-reset { color: inherit !important; }