summaryrefslogtreecommitdiffstats
path: root/public/less
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/less
parent6a66e5fc98892f0ac7ee388b7a05e099cf29688f (diff)
downloadgitea-9bcc3c1ea3f3d2e7a68e7da7d6267e0f30bc3027.tar.gz
gitea-9bcc3c1ea3f3d2e7a68e7da7d6267e0f30bc3027.zip
fix minor dashboard CSS issue
Diffstat (limited to 'public/less')
-rw-r--r--public/less/_dashboard.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/less/_dashboard.less b/public/less/_dashboard.less
index 2a3d973427..e9b69daa6d 100644
--- a/public/less/_dashboard.less
+++ b/public/less/_dashboard.less
@@ -67,7 +67,7 @@
font-size: 13px;
}
.issue.title {
- line-height: 1em;
+ line-height: 1.1em;
width: 80%;
}
.push.news .content ul {