Fix #15101 - Margin before checkbox

Signed-off-by: Petr Duda <petrduda@seznam.cz>
This commit is contained in:
Petr Duda 2020-05-16 10:20:31 +02:00
parent e050f0096c
commit 47c3ba544d

View File

@ -1970,6 +1970,10 @@ input#input_import_file {
margin: 5px;
}
input#import_merge {
margin: 0px;
}
.formelementrow {
margin: 5px 0 5px 0;
}