mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-04-03 11:52:40 +00:00
Fix MessagesComponent word breaking
This commit is contained in:
parent
af4374fb10
commit
193c12a1e5
@ -155,7 +155,7 @@ $layouts: (
|
|||||||
@mixin word-break() {
|
@mixin word-break() {
|
||||||
/* For Firefox */
|
/* For Firefox */
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
word-break: break-all;
|
word-break: break-word;
|
||||||
/* For Chrome and IE */
|
/* For Chrome and IE */
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user