From 8a83db4291295c7603ec79c5520b67f8fb1d2679 Mon Sep 17 00:00:00 2001 From: Andreas N Date: Thu, 12 Feb 2015 17:02:14 +0100 Subject: [PATCH] can we remove the important here? --- app/assets/stylesheets/scss/navbar.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/scss/navbar.scss b/app/assets/stylesheets/scss/navbar.scss index c1fc3462..53a2c6a7 100644 --- a/app/assets/stylesheets/scss/navbar.scss +++ b/app/assets/stylesheets/scss/navbar.scss @@ -117,6 +117,6 @@ } .profile--image-dropdown > a { - padding-top: 16px !important; - padding-bottom: 16px !important; + padding-top: 16px; + padding-bottom: 16px; } \ No newline at end of file