mirror of https://github.com/prometheus/prometheus
use consistent margin-bottom for all alert kinds
Signed-off-by: Victor Häggqvist <victor@snilius.com>pull/9318/head
parent
ad642a85c0
commit
02cedb837d
|
@ -135,8 +135,9 @@ input[type='checkbox']:checked + label {
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.alert.alert-danger {
|
.alert {
|
||||||
margin-bottom: 10px;
|
padding: 10px;
|
||||||
|
margin-bottom: .2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-tabs .nav-link {
|
.nav-tabs .nav-link {
|
||||||
|
|
Loading…
Reference in New Issue