UX: prevent group mention from wrapping (#16558)
This commit is contained in:
parent
c8757c9d1d
commit
329a64969c
|
@ -1243,6 +1243,7 @@ span.mention {
|
|||
}
|
||||
|
||||
a.mention-group {
|
||||
display: inline-block;
|
||||
font-weight: bold;
|
||||
font-size: 0.93em;
|
||||
color: var(--primary);
|
||||
|
|
Loading…
Reference in New Issue