aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpublic/css/gogs.css2
-rw-r--r--public/less/_dashboard.less2
2 files changed, 2 insertions, 2 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css
index 24ff1f27..46340efa 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 {
diff --git a/public/less/_dashboard.less b/public/less/_dashboard.less
index 2a3d9734..e9b69daa 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 {