Browse Source

Add missing padding for multi-commit list on PR view (#11593)

for-closed-social
Cirno the Strongest 4 years ago
committed by GitHub
parent
commit
8d9f9c3237
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      web_src/less/_repository.less

+ 4
- 0
web_src/less/_repository.less View File

@ -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…
Cancel
Save