Skip to content

Commit 0344923

Browse files
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 <[email protected]> (cherry picked from commit ee4e854) Co-authored-by: techknowlogick <[email protected]>
1 parent c83bc55 commit 0344923

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

web_src/less/_repository.less

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -648,13 +648,10 @@
648648
}
649649
.branch-update.grid {
650650
.row {
651-
padding-bottom: 0;
651+
padding-bottom: 1rem;
652652
.icon {
653653
margin-top: 1.1rem;
654654
}
655-
.ui.button {
656-
margin-bottom: 1rem;
657-
}
658655
}
659656
}
660657
}

0 commit comments

Comments
 (0)