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