Browse Source

Fix and remove ugly css around the conversation component (#12022)

pull/4/head
Cutls 4 years ago
committed by Eugen Rochko
parent
commit
12c4ec0c83
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      app/javascript/styles/mastodon/components.scss

+ 2
- 2
app/javascript/styles/mastodon/components.scss View File

@ -6473,8 +6473,8 @@ noscript {
overflow: hidden;
text-overflow: ellipsis;
margin-bottom: 4px;
flex-basis: 170px;
flex-shrink: 1000;
flex-basis: 90px;
flex-grow: 1;
a {
color: $primary-text-color;

Loading…
Cancel
Save