mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
use consistent margin-bottom for all alert kinds
Signed-off-by: Victor Häggqvist <victor@snilius.com>
This commit is contained in:
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 a new issue