From 0d1fa549578361f22b27d2d225ab08d7059b8e1f Mon Sep 17 00:00:00 2001 From: Kris Date: Fri, 8 Feb 2019 11:48:18 -0500 Subject: [PATCH] compensate for border overhang in category list alignment --- app/assets/stylesheets/desktop/category-list.scss | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/desktop/category-list.scss b/app/assets/stylesheets/desktop/category-list.scss index fe742b4884b..6504d8ef96f 100644 --- a/app/assets/stylesheets/desktop/category-list.scss +++ b/app/assets/stylesheets/desktop/category-list.scss @@ -21,8 +21,11 @@ padding-left: 10px; } - &.with-topics .category { - width: 45%; + &.with-topics { + margin-left: 3px; + .category { + width: 45%; + } } .topics .badge-notification,