diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-04-02 12:38:11 +0200 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-04-02 12:38:11 +0200 |
commit | 750662d9e2e2276495e692825422f4326bbb6e80 (patch) | |
tree | 8c66a6c35f787ee834a2863a07f8b663a6759ed2 /app/assets/stylesheets | |
parent | e70661b495fc0e302bdd1d658bca320381ffa9f4 (diff) | |
parent | 34aff3e269de6d4e8823e0814e660a257c415625 (diff) |
Merge branch 'maximeborges-master'
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/accounts.scss | 1 | ||||
-rw-r--r-- | app/assets/stylesheets/components.scss | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/stylesheets/accounts.scss b/app/assets/stylesheets/accounts.scss index 7c48c91f3..25e24a95a 100644 --- a/app/assets/stylesheets/accounts.scss +++ b/app/assets/stylesheets/accounts.scss @@ -311,6 +311,7 @@ padding: 10px; padding-top: 15px; color: $color3; + word-wrap: break-word; } } } diff --git a/app/assets/stylesheets/components.scss b/app/assets/stylesheets/components.scss index d87e09453..422927195 100644 --- a/app/assets/stylesheets/components.scss +++ b/app/assets/stylesheets/components.scss @@ -424,6 +424,7 @@ a.status__content__spoiler-link { .account__header__content { word-wrap: break-word; + word-break: break-all; font-weight: 400; overflow: hidden; color: $color3; |