diff --git a/app/assets/stylesheets/common/base/topic-post.scss b/app/assets/stylesheets/common/base/topic-post.scss index aa739f782ab..dc13058eee7 100644 --- a/app/assets/stylesheets/common/base/topic-post.scss +++ b/app/assets/stylesheets/common/base/topic-post.scss @@ -414,3 +414,9 @@ a.mention, a.mention-group { margin-top: 0; } } + +#suggested-topics { + .topics { + padding-bottom: 15px; + } +} diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index 871e42c0d7b..33a9bf1c5d7 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -453,9 +453,7 @@ a.star { table-layout: fixed; margin-top: 10px; } - .topics { - padding-bottom: 15px; - } + // this forces category to take less space in suggested topics // as the poster list is not present at all there. th.category {