mirror of
https://github.com/mastodon/mastodon.git
synced 2024-12-04 10:06:24 +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;
|
max-height: 4 * 22px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
p {
|
|
||||||
display: none;
|
|
||||||
|
|
||||||
&:first-child {
|
|
||||||
display: initial;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
p,
|
p,
|
||||||
a {
|
a {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
|
|
Loading…
Reference in a new issue