From 87bb79fcc2f08b894ad6437feedadadda2f84a6d Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Mon, 12 Oct 2015 11:14:44 -0700 Subject: [PATCH] fix(sidebar): Prevent white top border in all scenarios --- .../notifications/stylesheets/notifications.less | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/internal_packages/notifications/stylesheets/notifications.less b/internal_packages/notifications/stylesheets/notifications.less index 6fe6a5cc1..1f2a13258 100644 --- a/internal_packages/notifications/stylesheets/notifications.less +++ b/internal_packages/notifications/stylesheets/notifications.less @@ -29,11 +29,7 @@ &:hover { cursor: default } .inner { - padding: @padding-large-vertical @padding-base-horizontal @padding-large-vertical @padding-base-horizontal; - margin: 3px 0; - } - .inner:first-child { - margin-top:0; + padding: @padding-large-vertical*1.2 @padding-base-horizontal @padding-large-vertical*1.2 @padding-base-horizontal; } .count { color: @text-color-very-subtle;