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

View File

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