mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-11 22:07:27 -08:00
Merge pull request #9318 from victorhaggqvist/alert-consistent-margin-bottom
use consistent margin-bottom for all alert kinds
This commit is contained in:
commit
cad53e8901
|
@ -135,8 +135,9 @@ input[type='checkbox']:checked + label {
|
|||
flex-wrap: nowrap;
|
||||
}
|
||||
|
||||
.alert.alert-danger {
|
||||
margin-bottom: 10px;
|
||||
.alert {
|
||||
padding: 10px;
|
||||
margin-bottom: .2rem;
|
||||
}
|
||||
|
||||
.nav-tabs .nav-link {
|
||||
|
@ -320,6 +321,7 @@ input[type='checkbox']:checked + label {
|
|||
display: flex;
|
||||
justify-content: space-between;
|
||||
margin-bottom: 10px;
|
||||
margin-top: 10px;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue