FIX: ensures replying indicator has limited height (#21614)
This commit is contained in:
parent
60c67afba4
commit
44d28cd778
|
@ -3,6 +3,10 @@
|
|||
display: inline-flex;
|
||||
font-size: var(--font-down-2);
|
||||
|
||||
&-container {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
&:before {
|
||||
// unicode zero width space character
|
||||
// Ensures the span height is consistent even when empty
|
||||
|
|
Loading…
Reference in New Issue