diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index ba236dfbf0..58ae050bce 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -10482,6 +10482,7 @@ noscript { &__text { flex: 1 1 auto; + font-size: 14px; line-height: 20px; strong { @@ -10539,6 +10540,7 @@ noscript { &__name { flex: 1 1 auto; color: $darker-text-color; + font-size: 14px; line-height: 20px; overflow: hidden; text-overflow: ellipsis;