less/repository: minor fix for #git-stats

pull/4280/head
Unknwon 2017-03-10 15:23:01 -05:00
parent ebc0943713
commit 0049c80cd9
No known key found for this signature in database
GPG Key ID: 25B575AE3213B2B3
2 changed files with 2 additions and 2 deletions

View File

@ -1241,7 +1241,7 @@ footer .ui.language .menu {
font-weight: normal; font-weight: normal;
} }
.repository.file.list #git-stats { .repository.file.list #git-stats {
padding: 5px 10px; padding: 10px;
line-height: 0; line-height: 0;
} }
.repository.file.list #git-stats .list { .repository.file.list #git-stats .list {

View File

@ -168,7 +168,7 @@
} }
} }
#git-stats { #git-stats {
padding: 5px 10px; padding: 10px;
line-height: 0; line-height: 0;
.list { .list {
width: 100%; width: 100%;