logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 750662d9e2e2276495e692825422f4326bbb6e80
parent: e70661b495fc0e302bdd1d658bca320381ffa9f4
Author: Eugen Rochko <eugen@zeonfederated.com>
Date:   Sun,  2 Apr 2017 12:38:11 +0200

Merge branch 'maximeborges-master'

Diffstat:

Mapp/assets/stylesheets/accounts.scss1+
Mapp/assets/stylesheets/components.scss1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git 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 @@ -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;