Add missing padding for multi-commit list on PR view (#11593)
This commit is contained in:
parent
f7e3767929
commit
8d9f9c3237
1 changed files with 4 additions and 0 deletions
|
@ -810,6 +810,10 @@
|
|||
&.commits-list {
|
||||
padding-left: 15px;
|
||||
padding-top: 0;
|
||||
|
||||
.singular-commit:not(:last-child) {
|
||||
padding-bottom: 3px;
|
||||
}
|
||||
}
|
||||
|
||||
&.event > .commit-status-link {
|
||||
|
|
Reference in a new issue