mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-04 08:17:24 -05:00
Add missing padding for multi-commit list on PR view (#11593)
This commit is contained in:
parent
f7e3767929
commit
8d9f9c3237
@ -810,6 +810,10 @@
|
||||
&.commits-list {
|
||||
padding-left: 15px;
|
||||
padding-top: 0;
|
||||
|
||||
.singular-commit:not(:last-child) {
|
||||
padding-bottom: 3px;
|
||||
}
|
||||
}
|
||||
|
||||
&.event > .commit-status-link {
|
||||
|
Loading…
Reference in New Issue
Block a user