mirror of
https://github.com/mastodon/mastodon.git
synced 2024-12-03 17:54:01 +00:00
Fix only the first paragraph being displayed in some notifications
Fixes #32196
This commit is contained in:
parent
258dce1256
commit
1f79147aa4
|
@ -10817,14 +10817,6 @@ noscript {
|
|||
max-height: 4 * 22px;
|
||||
overflow: hidden;
|
||||
|
||||
p {
|
||||
display: none;
|
||||
|
||||
&:first-child {
|
||||
display: initial;
|
||||
}
|
||||
}
|
||||
|
||||
p,
|
||||
a {
|
||||
color: inherit;
|
||||
|
|
Loading…
Reference in a new issue