diff options
author | Cirno the Strongest <1447794+CirnoT@users.noreply.github.com> | 2020-05-21 07:53:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-21 06:53:10 +0100 |
commit | 034492384b739863363ea1651702e09ab6e2a0ed (patch) | |
tree | 3f909bd69cda62952559dd6014ae839b25333037 | |
parent | c83bc55b523251c0891a014155d0948f193e6f38 (diff) | |
download | gitea-034492384b739863363ea1651702e09ab6e2a0ed.tar.gz gitea-034492384b739863363ea1651702e09ab6e2a0ed.zip |
Fix margin for branch-update grid on PR view when update button is not present (#11521) (#11525)
* Fix margin for branch-update grid on PR view when update button is not present
* Move padding to row element
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
(cherry picked from commit ee4e8542c7dddafe8ed110f6ec0bb9f730a63b0a)
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
-rw-r--r-- | web_src/less/_repository.less | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/web_src/less/_repository.less b/web_src/less/_repository.less index 38f9e115c8..3f014103c8 100644 --- a/web_src/less/_repository.less +++ b/web_src/less/_repository.less @@ -648,13 +648,10 @@ } .branch-update.grid { .row { - padding-bottom: 0; + padding-bottom: 1rem; .icon { margin-top: 1.1rem; } - .ui.button { - margin-bottom: 1rem; - } } } } |