use same top and bottom margin for alert filename
Signed-off-by: Victor Häggqvist <victor@snilius.com>
This commit is contained in:
parent
02cedb837d
commit
9aaea327a0
|
@ -321,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