Set word-break to break-word so text doesnt run wider than screen
This commit is contained in:
2
static/css/main.min.css
vendored
2
static/css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -11,6 +11,7 @@ body {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
margin: 1em 0;
|
margin: 1em 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user