mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 13:06:56 +08:00
UX: prevent group mention from wrapping (#16558)
This commit is contained in:
@ -1243,6 +1243,7 @@ span.mention {
|
||||
}
|
||||
|
||||
a.mention-group {
|
||||
display: inline-block;
|
||||
font-weight: bold;
|
||||
font-size: 0.93em;
|
||||
color: var(--primary);
|
||||
|
Reference in New Issue
Block a user