mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-07-04 15:36:23 +00:00
Fix word break in side messages
This commit is contained in:
@ -144,3 +144,11 @@ $layouts: (
|
||||
min-height: #{$rows-count / $grid-rows-count * 100}vh;
|
||||
}
|
||||
}
|
||||
|
||||
@mixin word-break() {
|
||||
/* For Firefox */
|
||||
white-space: pre-wrap;
|
||||
word-break: break-all;
|
||||
/* For Chrome and IE */
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
Reference in New Issue
Block a user