From 95e2ca76309bab95384e502ca6b9e4f20711e5f0 Mon Sep 17 00:00:00 2001 From: Darby Date: Mon, 22 Jun 2015 12:03:16 -0700 Subject: fixed the resizing icon issue --- app/assets/stylesheets/generic/sidebar.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/generic/sidebar.scss b/app/assets/stylesheets/generic/sidebar.scss index cce933beeb6..add0d1b04ad 100644 --- a/app/assets/stylesheets/generic/sidebar.scss +++ b/app/assets/stylesheets/generic/sidebar.scss @@ -49,7 +49,7 @@ display: block; text-decoration: none; padding: 8px 15px; - font-size: 13px; + font-size: 14px; line-height: 20px; padding-left: 16px; @@ -116,10 +116,10 @@ width: $sidebar_collapsed_width; li a { - padding-left: 18px; font-size: 14px; padding: 8px 15px; text-align: left; + padding-left: 16px; & > span { -- cgit v1.2.1