diff options
author | Darby <darbsies@gmail.com> | 2015-06-22 12:03:16 -0700 |
---|---|---|
committer | Darby <darbsies@gmail.com> | 2015-06-22 12:03:16 -0700 |
commit | 95e2ca76309bab95384e502ca6b9e4f20711e5f0 (patch) | |
tree | 11b8884b1e2e6ab14efab6170e05e6c370c5a042 | |
parent | 9209f43b32e6dd2083c568954c8f5ca1daeaf94d (diff) | |
download | gitlab-ce-animation-sidebar.tar.gz |
fixed the resizing icon issueanimation-sidebar
-rw-r--r-- | app/assets/stylesheets/generic/sidebar.scss | 4 |
1 files 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 { |