Browse Source

Merge branch 'maximeborges-master'

closed-social-glitch-2
Eugen Rochko 7 years ago
parent
commit
750662d9e2
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      app/assets/stylesheets/accounts.scss
  2. +1
    -0
      app/assets/stylesheets/components.scss

+ 1
- 0
app/assets/stylesheets/accounts.scss View File

@ -311,6 +311,7 @@
padding: 10px;
padding-top: 15px;
color: $color3;
word-wrap: break-word;
}
}
}

+ 1
- 0
app/assets/stylesheets/components.scss View File

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

Loading…
Cancel
Save