FIX: Minor thread indicator issue (#22128)

* Set a line height for the last reply excerpt so the height
  does not jump when including an emoji
This commit is contained in:
Martin Brennan 2023-06-15 16:05:06 +10:00 committed by GitHub
parent c10e3ac57b
commit c819c96c31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@
&__last-reply-excerpt {
@include ellipsis;
line-height: 1.8rem;
}
&__body {