Ensure Update button is enabled even when CI has failed (#10640)

* ignore pull status

* fix css

* fix css
This commit is contained in:
6543 2020-03-07 02:24:42 +01:00 committed by GitHub
parent 4a4fc73ee1
commit 57c7a7aa72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 26 additions and 22 deletions

View file

@ -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;
}
}
}
}