Fix only the first paragraph being displayed in some notifications

Fixes #32196
This commit is contained in:
Claire 2024-10-09 10:25:13 +02:00
parent 258dce1256
commit 1f79147aa4

View file

@ -10817,14 +10817,6 @@ noscript {
max-height: 4 * 22px;
overflow: hidden;
p {
display: none;
&:first-child {
display: initial;
}
}
p,
a {
color: inherit;