Merge pull request #729 from Abzol/master

Fix word-break in account profiles
This commit is contained in:
Eugen 2017-04-02 17:53:00 +02:00 committed by GitHub
commit 34ff11c496
1 changed files with 1 additions and 1 deletions

View File

@ -424,7 +424,7 @@ a.status__content__spoiler-link {
.account__header__content {
word-wrap: break-word;
word-break: break-all;
word-break: normal;
font-weight: 400;
overflow: hidden;
color: $color3;