Merge pull request #9318 from victorhaggqvist/alert-consistent-margin-bottom

use consistent margin-bottom for all alert kinds
This commit is contained in:
Julien Pivotto 2021-09-11 00:54:02 +02:00 committed by GitHub
commit cad53e8901
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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