From 2434e48d4d68978ed7a60392765447df5165e0e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Hanol?= Date: Fri, 8 Mar 2019 10:50:33 +0100 Subject: [PATCH] UX: Fix post notice on mobile --- app/assets/stylesheets/common/base/topic-post.scss | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app/assets/stylesheets/common/base/topic-post.scss b/app/assets/stylesheets/common/base/topic-post.scss index 8f5f630cce6..3c0a1633949 100644 --- a/app/assets/stylesheets/common/base/topic-post.scss +++ b/app/assets/stylesheets/common/base/topic-post.scss @@ -870,10 +870,7 @@ a.mention-group { border-top: 1px solid $primary-low; color: $primary; padding: 1em; - width: calc( - #{$topic-body-width} + #{$topic-avatar-width} - #{$topic-body-width-padding} + - 3px - ); + margin-bottom: 1em; p { margin: 0;