From 4fe2e31f0eb40c28a2acccb64bd619270e512e54 Mon Sep 17 00:00:00 2001 From: saurabhbhatia Date: Tue, 1 Oct 2013 17:51:07 +0800 Subject: [PATCH] Updated Global css to fix the line height --- app/assets/stylesheets/basic/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/basic/global.css b/app/assets/stylesheets/basic/global.css index 6ce7c0ff..dbd9f01f 100644 --- a/app/assets/stylesheets/basic/global.css +++ b/app/assets/stylesheets/basic/global.css @@ -191,7 +191,7 @@ legend { } #sidebar .sidebar-nav > li i { font-size: 1.6em; - line-height: 40px; + line-height: 45px; } #sidebar .sidebar-nav > li.active i { font-size: 2.2em;