0
0

Fix only the first paragraph being displayed in some notifications (#32348)

This commit is contained in:
Claire 2024-10-16 09:30:53 +02:00 committed by GitHub
parent 7a7a7cc448
commit 25f8003d75
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10804,21 +10804,17 @@ noscript {
color: $darker-text-color; color: $darker-text-color;
-webkit-line-clamp: 4; -webkit-line-clamp: 4;
-webkit-box-orient: vertical; -webkit-box-orient: vertical;
max-height: 4 * 22px; max-height: none;
overflow: hidden; overflow: hidden;
p {
display: none;
&:first-child {
display: initial;
}
}
p, p,
a { a {
color: inherit; color: inherit;
} }
p {
margin-bottom: 8px;
}
} }
.reply-indicator__attachments { .reply-indicator__attachments {