From cf3c670cb70696e7bc3cc1819f11c24c2547241f Mon Sep 17 00:00:00 2001 From: Kris Date: Wed, 28 Mar 2018 18:49:19 -0400 Subject: [PATCH] Fixing table top-border alignment issue --- app/assets/stylesheets/common/base/_topic-list.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common/base/_topic-list.scss b/app/assets/stylesheets/common/base/_topic-list.scss index a9033684d85..552e6f8e636 100644 --- a/app/assets/stylesheets/common/base/_topic-list.scss +++ b/app/assets/stylesheets/common/base/_topic-list.scss @@ -86,7 +86,7 @@ } } - > tbody > tr:first-of-type { + > tbody { border-top: 3px solid $primary-low; }