1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 10:18:38 +00:00

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

This commit is contained in:
Cirno the Strongest
2020-05-24 07:54:18 +02:00
committed by GitHub
parent f7e3767929
commit 8d9f9c3237

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 {