Fix only the first paragraph being displayed in some notifications

Fixes #32196
fixes/notification-excerpt-paragraph
Claire 2024-10-09 10:25:13 +02:00
parent 258dce1256
commit 1f79147aa4
1 changed files with 0 additions and 8 deletions

View File

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