Skip to content

Commit 8d9f9c3

Browse files
authored
Add missing padding for multi-commit list on PR view (#11593)
1 parent f7e3767 commit 8d9f9c3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

web_src/less/_repository.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -810,6 +810,10 @@
810810
&.commits-list {
811811
padding-left: 15px;
812812
padding-top: 0;
813+
814+
.singular-commit:not(:last-child) {
815+
padding-bottom: 3px;
816+
}
813817
}
814818

815819
&.event > .commit-status-link {

0 commit comments

Comments
 (0)