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)