From 7711d140daaec82081a84e73d71eda206ecf05a8 Mon Sep 17 00:00:00 2001 From: Kris Date: Tue, 5 Jul 2022 15:49:47 -0400 Subject: [PATCH] UX: staff notice should utilize full post width (#17346) --- 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 fc7e97c4745..442a90744ea 100644 --- a/app/assets/stylesheets/common/base/topic-post.scss +++ b/app/assets/stylesheets/common/base/topic-post.scss @@ -1437,6 +1437,7 @@ a.mention-group { background-color: var(--tertiary-low); border-top: 1px solid var(--primary-low); display: flex; + width: 100%; max-width: calc( #{$topic-body-width} + (#{$topic-body-width-padding} * 2) + #{$topic-avatar-width} - (0.8em * 2)