From 980c0196a8d483e6d6628a4a17c360bcc08bea13 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Tue, 29 Sep 2015 02:14:37 -0700 Subject: [PATCH] FIX: similar topics lacked badge left margin --- app/assets/stylesheets/desktop/compose.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/assets/stylesheets/desktop/compose.scss b/app/assets/stylesheets/desktop/compose.scss index 8cb9e3f813a..100b4437570 100644 --- a/app/assets/stylesheets/desktop/compose.scss +++ b/app/assets/stylesheets/desktop/compose.scss @@ -85,6 +85,9 @@ color: dark-light-choose(scale-color($tertiary, $lightness: -40%), scale-color($tertiary, $lightness: 40%)); } } + .badge-wrapper { + padding-left: 5px; + } } .composer-popup:nth-of-type(2) {