From 481b46ac9e40d7cd6ebbb69ae93a17a6b3fe8cae Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 16 Apr 2021 12:06:54 +0900 Subject: Tweak UI --- src/client/style.scss | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/client/style.scss') 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; -- cgit v1.2.3-freya