From 329a64969c74eb9f7967a65720237feb315ed8d4 Mon Sep 17 00:00:00 2001 From: Kris <kris.aubuchon@discourse.org> Date: Tue, 26 Apr 2022 08:30:55 -0400 Subject: [PATCH] UX: prevent group mention from wrapping (#16558) --- app/assets/stylesheets/common/base/topic-post.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/common/base/topic-post.scss b/app/assets/stylesheets/common/base/topic-post.scss index 96862c6f08e..fa0828fcfa9 100644 --- a/app/assets/stylesheets/common/base/topic-post.scss +++ b/app/assets/stylesheets/common/base/topic-post.scss @@ -1243,6 +1243,7 @@ span.mention { } a.mention-group { + display: inline-block; font-weight: bold; font-size: 0.93em; color: var(--primary);