From f46ebe5a30d9f326e69500b5396fb52f86952501 Mon Sep 17 00:00:00 2001 From: Andreas N Date: Thu, 12 Feb 2015 17:11:21 +0100 Subject: [PATCH] doing the worst things to css since its existence --- 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 53a2c6a7..c1fc3462 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; - padding-bottom: 16px; + padding-top: 16px !important; + padding-bottom: 16px !important; } \ No newline at end of file