Browse Source

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 ee4e8542c7)

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
tags/v1.12.0-rc2
Cirno the Strongest GitHub 5 years ago
parent
commit
72d13ef213
1 changed files with 1 additions and 4 deletions
  1. +1
    -4
      web_src/less/_repository.less

+ 1
- 4
web_src/less/_repository.less View File

@@ -648,13 +648,10 @@
}
.branch-update.grid {
.row {
padding-bottom: 0;
padding-bottom: 1rem;
.icon {
margin-top: 1.1rem;
}
.ui.button {
margin-bottom: 1rem;
}
}
}
}


Loading…
Cancel
Save