mirror of
https://github.com/prometheus/prometheus
synced 2025-04-07 10:01:53 +00: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;
|
flex-wrap: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.alert.alert-danger {
|
.alert {
|
||||||
margin-bottom: 10px;
|
padding: 10px;
|
||||||
|
margin-bottom: .2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-tabs .nav-link {
|
.nav-tabs .nav-link {
|
||||||
@ -320,6 +321,7 @@ input[type='checkbox']:checked + label {
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
margin-top: 10px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user