diff options
author | Cirno the Strongest <1447794+CirnoT@users.noreply.github.com> | 2020-05-26 06:48:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-26 00:48:23 -0400 |
commit | b97917a6e7b7a7852d1c0f39a96e06eeb7aab6de (patch) | |
tree | 404b7ccf345042c01675850adae97b8d048932a5 | |
parent | 55b4b4e8a5a5ce60e8e9cbf13b4b76248b815f28 (diff) | |
download | gitea-b97917a6e7b7a7852d1c0f39a96e06eeb7aab6de.tar.gz gitea-b97917a6e7b7a7852d1c0f39a96e06eeb7aab6de.zip |
Apply padding to approval icons on PR list (#11622)
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: zeripath <art27@cantab.net>
-rw-r--r-- | web_src/less/_repository.less | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/web_src/less/_repository.less b/web_src/less/_repository.less index 69e3433eef..efb89d5adf 100644 --- a/web_src/less/_repository.less +++ b/web_src/less/_repository.less @@ -2489,6 +2489,12 @@ padding-top: 5px; color: #999999; + .waiting, + .approvals, + .rejects { + padding-left: 5px; + } + .checklist { padding-left: 5px; |