aboutsummaryrefslogtreecommitdiffstats
path: root/public/css
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-11-19 23:52:23 -0500
committerUnknwon <u@gogs.io>2015-11-19 23:52:23 -0500
commit9bcc3c1ea3f3d2e7a68e7da7d6267e0f30bc3027 (patch)
tree5d8bb30571592985ecbffc28378b3b9acc0470dd /public/css
parent6a66e5fc98892f0ac7ee388b7a05e099cf29688f (diff)
downloadgitea-9bcc3c1ea3f3d2e7a68e7da7d6267e0f30bc3027.tar.gz
gitea-9bcc3c1ea3f3d2e7a68e7da7d6267e0f30bc3027.zip
fix minor dashboard CSS issue
Diffstat (limited to 'public/css')
-rwxr-xr-xpublic/css/gogs.css2
1 files changed, 1 insertions, 1 deletions
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 {