From 5692190f094a896cc51bfb40f801de00ae34f7a5 Mon Sep 17 00:00:00 2001 From: Steffen van Bergerem Date: Wed, 24 Feb 2016 22:46:47 +0100 Subject: [PATCH] Fix style regression on contacts page from #6697 for notification dropdown and no contacts well --- app/assets/stylesheets/contacts.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/contacts.scss b/app/assets/stylesheets/contacts.scss index 31e7c1151..d50252757 100644 --- a/app/assets/stylesheets/contacts.scss +++ b/app/assets/stylesheets/contacts.scss @@ -1,7 +1,7 @@ .page-contacts { .sidebar { padding-bottom: 10px; } - .header { + .stream.contacts .header { border-bottom: 1px solid $border-grey; min-height: 55px; form { margin: 0; } @@ -65,7 +65,7 @@ text-align: center; margin-top: 50px; } - .well { margin: 20px 0 10px; } + .well { margin: 10px; } } }