From 32c0c97161f3799e3cd3c2f2e8f56bdff3286edd Mon Sep 17 00:00:00 2001 From: David Sterry Date: Tue, 29 Nov 2022 21:12:16 -0800 Subject: [PATCH] stop text on long toots from overflowing the status__content --- app/javascript/styles/mastodon/components.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index 52d8193c328..789dbe67322 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -1008,7 +1008,7 @@ line-height: 20px; word-wrap: break-word; font-weight: 400; - overflow: visible; + overflow: hidden; padding-top: 5px; clear: both;