diff options
Diffstat (limited to 'src/client/style.scss')
| -rw-r--r-- | src/client/style.scss | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/client/style.scss b/src/client/style.scss index 63433109ff..b12299422c 100644 --- a/src/client/style.scss +++ b/src/client/style.scss @@ -26,6 +26,7 @@ html { background-position: center; color: var(--fg); overflow: auto; + overflow-wrap: break-word; font-family: "BIZ UDGothic", Roboto, HelveticaNeue, Arial, sans-serif; line-height: 1.35; text-size-adjust: 100%; @@ -88,10 +89,6 @@ html._themeChanging_ { } } -body { - overflow-wrap: break-word; -} - html, body { margin: 0; padding: 0; |