From aff6e4c5ebe6bf9dcc0cca0a2a1893f3f9e40ded Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Tue, 8 Jul 2014 14:47:58 -0700 Subject: [PATCH] spacing can't be asymmetric --- app/assets/stylesheets/desktop/topic-post.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index 7d4ad5d770f..2b129867507 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -433,7 +433,7 @@ a.star { .topic-links { .badge-notification { - margin: 2px 5px 3px 0; + margin: 1px 5px 5px 0; } }