* 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>
This commit is contained in:
Cirno the Strongest
committed by
GitHub
parent
c83bc55b52
commit
034492384b
@ -648,13 +648,10 @@
|
||||
}
|
||||
.branch-update.grid {
|
||||
.row {
|
||||
padding-bottom: 0;
|
||||
padding-bottom: 1rem;
|
||||
.icon {
|
||||
margin-top: 1.1rem;
|
||||
}
|
||||
.ui.button {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user