Add word break as default behaviour
Prevent horizontal scrolling of content
This commit is contained in:
parent
a5162a8ac1
commit
5cb0da3897
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
body {
|
||||
word-break: break-word;
|
||||
}
|
||||
// Basic layout of content
|
||||
body > main {
|
||||
@extend .row;
|
||||
|
|
Loading…
Reference in a new issue