Skip to content

Commit

Permalink
Fix margin for branch-update grid on PR view when update button is no…
Browse files Browse the repository at this point in the history
…t 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 <[email protected]>
(cherry picked from commit ee4e854)

Co-authored-by: techknowlogick <[email protected]>
  • Loading branch information
CirnoT and techknowlogick authored May 21, 2020
1 parent c83bc55 commit 0344923
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions web_src/less/_repository.less
Original file line number Diff line number Diff line change
Expand Up @@ -648,13 +648,10 @@
}
.branch-update.grid {
.row {
padding-bottom: 0;
padding-bottom: 1rem;
.icon {
margin-top: 1.1rem;
}
.ui.button {
margin-bottom: 1rem;
}
}
}
}
Expand Down

0 comments on commit 0344923

Please sign in to comment.