From 9bcc3c1ea3f3d2e7a68e7da7d6267e0f30bc3027 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Thu, 19 Nov 2015 23:52:23 -0500 Subject: fix minor dashboard CSS issue --- public/css/gogs.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/css') diff --git a/public/css/gogs.css b/public/css/gogs.css index 24ff1f2782..46340efa37 100755 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -2853,7 +2853,7 @@ footer .container .links > *:first-child { font-size: 13px; } .feeds .news .issue.title { - line-height: 1em; + line-height: 1.1em; width: 80%; } .feeds .news .push.news .content ul { -- cgit v1.2.3