use consistent margin-bottom for all alert kinds

Signed-off-by: Victor Häggqvist <victor@snilius.com>
pull/9318/head
Victor Häggqvist 2021-09-08 21:21:13 +02:00
parent ad642a85c0
commit 02cedb837d
1 changed files with 3 additions and 2 deletions

View File

@ -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 {