Fix margin for branch-update grid on PR view when update button is not present (#11521)

* 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>
tokarchuk/v1.17
Cirno the Strongest 5 years ago committed by GitHub
parent 3856fd7c10
commit ee4e8542c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      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;
}
}
}
}

Loading…
Cancel
Save