mirror of
https://github.com/go-gitea/gitea
synced 2025-07-03 09:07:19 +00:00
Ensure Update button is enabled even when CI has failed (#10640)
* ignore pull status * fix css * fix css
This commit is contained in:
@ -659,10 +659,14 @@
|
||||
padding-left: 2px;
|
||||
}
|
||||
.branch-update.grid {
|
||||
margin-bottom: -1.5rem;
|
||||
margin-top: -.5rem;
|
||||
.row {
|
||||
padding-bottom: 0;
|
||||
.icon {
|
||||
margin-top: 1.1rem;
|
||||
}
|
||||
.ui.button {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user