diff --git a/app/assets/stylesheets/common/components/more-topics.scss b/app/assets/stylesheets/common/components/more-topics.scss index d55bd3261dd..ddf146baef1 100644 --- a/app/assets/stylesheets/common/components/more-topics.scss +++ b/app/assets/stylesheets/common/components/more-topics.scss @@ -39,14 +39,18 @@ .topic-list-header:after { content: ""; display: block; - height: 10px; + height: 12px; } .topic-list-body { border-top: none; - - .topic-list-item:last-of-type { - border-bottom: none; + .topic-list-item { + &:first-child td { + padding-top: 0; + } + &:last-of-type { + border-bottom: none; + } } } }