Browse Source

Apply padding to approval icons on PR list (#11622)

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: zeripath <art27@cantab.net>
tags/v1.13.0-rc1
Cirno the Strongest GitHub 5 years ago
parent
commit
0afcfd06f8
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      web_src/less/_repository.less

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

@@ -2489,6 +2489,12 @@
padding-top: 5px; padding-top: 5px;
color: #999999; color: #999999;


.waiting,
.approvals,
.rejects {
padding-left: 5px;
}

.checklist { .checklist {
padding-left: 5px; padding-left: 5px;




Loading…
Cancel
Save