Browse Source

Merge pull request #729 from Abzol/master

Fix word-break in account profiles
closed-social-glitch-2
Eugen 7 years ago
committed by GitHub
parent
commit
34ff11c496
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/assets/stylesheets/components.scss

+ 1
- 1
app/assets/stylesheets/components.scss 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;

Loading…
Cancel
Save