about summary refs log tree commit diff
path: root/app/assets
diff options
context:
space:
mode:
authorYamagishi Kazutoshi <ykzts@desire.sh>2017-04-25 00:31:01 +0900
committerEugen <eugen@zeonfederated.com>2017-04-24 17:31:01 +0200
commitb073b092c96669db83e4fbcd945a05d3d1767534 (patch)
tree2aefef47b0d678e860cedd034534cce3a6761bfe /app/assets
parent092fdc89fa5b2a1ba2ac0a0dfe5149814a179ec8 (diff)
Force wrap long email address (#2395)
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/about.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/about.scss b/app/assets/stylesheets/about.scss
index 4bd4c26de..b1139b86f 100644
--- a/app/assets/stylesheets/about.scss
+++ b/app/assets/stylesheets/about.scss
@@ -210,6 +210,7 @@
   strong {
     display: block;
     color: $color5;
+    word-break: break-word;
   }
 }