Skip to content

Commit

Permalink
Add missing padding for multi-commit list on PR view (#11593)
Browse files Browse the repository at this point in the history
  • Loading branch information
CirnoT committed May 24, 2020
1 parent f7e3767 commit 8d9f9c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions web_src/less/_repository.less
Original file line number Diff line number Diff line change
Expand Up @@ -810,6 +810,10 @@
&.commits-list {
padding-left: 15px;
padding-top: 0;

.singular-commit:not(:last-child) {
padding-bottom: 3px;
}
}

&.event > .commit-status-link {
Expand Down

0 comments on commit 8d9f9c3

Please sign in to comment.