debug word-break
This commit is contained in:
parent
f45b77c9ed
commit
05bf0e3672
@ -9,6 +9,8 @@ $dark-body-bg: #1f262b;
|
|||||||
|
|
||||||
html, body {
|
html, body {
|
||||||
background-color: $dark-body-bg;
|
background-color: $dark-body-bg;
|
||||||
|
line-break: loose;
|
||||||
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
Loading…
Reference in New Issue
Block a user