mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
Fix and remove ugly css around the conversation component (#12022)
This commit is contained in:
parent
9ef5532a7e
commit
12c4ec0c83
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue