Skip to content

Commit

Permalink
Fix only the first paragraph being displayed in some notifications (m…
Browse files Browse the repository at this point in the history
  • Loading branch information
ClearlyClaire authored Oct 16, 2024
1 parent 7a7a7cc commit 25f8003
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions app/javascript/styles/mastodon/components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10804,21 +10804,17 @@ noscript {
color: $darker-text-color;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
max-height: 4 * 22px;
max-height: none;
overflow: hidden;

p {
display: none;

&:first-child {
display: initial;
}
}

p,
a {
color: inherit;
}

p {
margin-bottom: 8px;
}
}

.reply-indicator__attachments {
Expand Down

0 comments on commit 25f8003

Please sign in to comment.