From 1f79147aa49832e08f8837d37ae99e1ad21d600d Mon Sep 17 00:00:00 2001 From: Claire Date: Wed, 9 Oct 2024 10:25:13 +0200 Subject: [PATCH] Fix only the first paragraph being displayed in some notifications Fixes #32196 --- app/javascript/styles/mastodon/components.scss | 8 -------- 1 file changed, 8 deletions(-) diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index 4ed05ead3f..8552bd7fd2 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -10817,14 +10817,6 @@ noscript { max-height: 4 * 22px; overflow: hidden; - p { - display: none; - - &:first-child { - display: initial; - } - } - p, a { color: inherit;