mirror of
https://github.com/gogs/gogs.git
synced 2026-01-22 07:12:29 +01:00
less/repository: minor fix for #git-stats
This commit is contained in:
@@ -1241,7 +1241,7 @@ footer .ui.language .menu {
|
||||
font-weight: normal;
|
||||
}
|
||||
.repository.file.list #git-stats {
|
||||
padding: 5px 10px;
|
||||
padding: 10px;
|
||||
line-height: 0;
|
||||
}
|
||||
.repository.file.list #git-stats .list {
|
||||
|
||||
@@ -168,7 +168,7 @@
|
||||
}
|
||||
}
|
||||
#git-stats {
|
||||
padding: 5px 10px;
|
||||
padding: 10px;
|
||||
line-height: 0;
|
||||
.list {
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user