From 8d627b5cae73bc4caf82f1e01bbdcc92128b5885 Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Mon, 12 Oct 2015 11:04:17 -0700 Subject: [PATCH] fix(sidebar): Remove top margin causing white border --- internal_packages/notifications/stylesheets/notifications.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/internal_packages/notifications/stylesheets/notifications.less b/internal_packages/notifications/stylesheets/notifications.less index feb5df80f..6fe6a5cc1 100644 --- a/internal_packages/notifications/stylesheets/notifications.less +++ b/internal_packages/notifications/stylesheets/notifications.less @@ -32,6 +32,9 @@ padding: @padding-large-vertical @padding-base-horizontal @padding-large-vertical @padding-base-horizontal; margin: 3px 0; } + .inner:first-child { + margin-top:0; + } .count { color: @text-color-very-subtle; float:right;