diff options
author | syui <syui@users.noreply.github.com> | 2017-09-21 21:30:21 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-09-21 14:30:21 +0200 |
commit | 63819c848de8728fe3a0789213014c943588a5b1 (patch) | |
tree | a74f4f233b97ac3fd258467c4ece07bef17a6b0f | |
parent | a9abe8909371f4a3069760e6bd8d7444b85dab71 (diff) |
fix : mobile style of /about/more (#5034)
-rw-r--r-- | app/javascript/styles/about.scss | 1 |
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 { |