Skip to content

Commit 44d28cd

Browse files
authored
FIX: ensures replying indicator has limited height (discourse#21614)
1 parent 60c67af commit 44d28cd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

plugins/chat/assets/stylesheets/common/chat-replying-indicator.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
display: inline-flex;
44
font-size: var(--font-down-2);
55

6+
&-container {
7+
display: flex;
8+
}
9+
610
&:before {
711
// unicode zero width space character
812
// Ensures the span height is consistent even when empty

0 commit comments

Comments
 (0)