mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-27 15:19:52 +02:00
Fix text break in Firefox (#28063)
This commit is contained in:
committed by
XhmikosR
parent
6ea000d2bc
commit
58470c0ac5
@@ -62,7 +62,10 @@
|
||||
|
||||
.text-decoration-none { text-decoration: none !important; }
|
||||
|
||||
.text-break { word-break: break-word !important; }
|
||||
.text-break {
|
||||
word-break: break-word !important; // IE & < Edge 18
|
||||
overflow-wrap: break-word !important;
|
||||
}
|
||||
|
||||
// Reset
|
||||
|
||||
|
Reference in New Issue
Block a user