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:
parent
c10e3ac57b
commit
c819c96c31
|
@ -53,6 +53,7 @@
|
|||
|
||||
&__last-reply-excerpt {
|
||||
@include ellipsis;
|
||||
line-height: 1.8rem;
|
||||
}
|
||||
|
||||
&__body {
|
||||
|
|
Loading…
Reference in New Issue