1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-28 14:15:49 +00:00

fix minor dashboard CSS issue

This commit is contained in:
Unknwon 2015-11-19 23:52:23 -05:00
parent 6a66e5fc98
commit 9bcc3c1ea3
2 changed files with 2 additions and 2 deletions

View File

@ -2853,7 +2853,7 @@ footer .container .links > *:first-child {
font-size: 13px; font-size: 13px;
} }
.feeds .news .issue.title { .feeds .news .issue.title {
line-height: 1em; line-height: 1.1em;
width: 80%; width: 80%;
} }
.feeds .news .push.news .content ul { .feeds .news .push.news .content ul {

View File

@ -67,7 +67,7 @@
font-size: 13px; font-size: 13px;
} }
.issue.title { .issue.title {
line-height: 1em; line-height: 1.1em;
width: 80%; width: 80%;
} }
.push.news .content ul { .push.news .content ul {