UX: prevent group mention from wrapping (#16558)

This commit is contained in:
Kris 2022-04-26 08:30:55 -04:00 committed by GitHub
parent c8757c9d1d
commit 329a64969c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1243,6 +1243,7 @@ span.mention {
}
a.mention-group {
display: inline-block;
font-weight: bold;
font-size: 0.93em;
color: var(--primary);