From: Yamagishi Kazutoshi Date: Mon, 24 Apr 2017 15:31:01 +0000 (+0900) Subject: Force wrap long email address (#2395) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=b073b092c96669db83e4fbcd945a05d3d1767534;p=mastodon.git Force wrap long email address (#2395) --- 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; } }