use same top and bottom margin for alert filename

Signed-off-by: Victor Häggqvist <victor@snilius.com>
This commit is contained in:
Victor Häggqvist 2021-09-10 21:21:22 +02:00
parent 02cedb837d
commit 9aaea327a0
1 changed files with 1 additions and 0 deletions

View File

@ -321,6 +321,7 @@ input[type='checkbox']:checked + label {
display: flex;
justify-content: space-between;
margin-bottom: 10px;
margin-top: 10px;
padding: 10px;
}