Skip to content

Commit 5a455be

Browse files
Cutlshiyuki2578
authored andcommitted
Fix and remove ugly css around the conversation component (mastodon#12022)
1 parent a4b0cd4 commit 5a455be

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/javascript/styles/mastodon/components.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6473,8 +6473,8 @@ noscript {
64736473
overflow: hidden;
64746474
text-overflow: ellipsis;
64756475
margin-bottom: 4px;
6476-
flex-basis: 170px;
6477-
flex-shrink: 1000;
6476+
flex-basis: 90px;
6477+
flex-grow: 1;
64786478

64796479
a {
64806480
color: $primary-text-color;

0 commit comments

Comments
 (0)