Skip to content

Commit

Permalink
Change styling of the recommended accounts to allow bio to be more vi…
Browse files Browse the repository at this point in the history
…sible (mastodon#24480)
  • Loading branch information
chike00 authored Apr 23, 2023
1 parent e713c54 commit e1b4eeb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/javascript/styles/mastodon/components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1459,9 +1459,11 @@ body > [data-popper-placement] {
}

&__note {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
color: $ui-secondary-color;
}
}
Expand Down

0 comments on commit e1b4eeb

Please sign in to comment.