about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authorsyui <syui@users.noreply.github.com>2017-09-21 21:30:21 +0900
committerEugen Rochko <eugen@zeonfederated.com>2017-09-21 14:30:21 +0200
commit63819c848de8728fe3a0789213014c943588a5b1 (patch)
treea74f4f233b97ac3fd258467c4ece07bef17a6b0f /app
parenta9abe8909371f4a3069760e6bd8d7444b85dab71 (diff)
fix : mobile style of /about/more (#5034)
Diffstat (limited to 'app')
-rw-r--r--app/javascript/styles/about.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/styles/about.scss b/app/javascript/styles/about.scss
index 343de1590..2adcb5ba2 100644
--- a/app/javascript/styles/about.scss
+++ b/app/javascript/styles/about.scss
@@ -124,6 +124,7 @@
     box-sizing: border-box;
     max-width: 800px;
     margin: 0 auto;
+    word-wrap: break-word;
   }
 
   .header-wrapper {