Skip to content

Commit

Permalink
Merge #16124 - Fix #15101 - Fix margin before checkbox on local setti…
Browse files Browse the repository at this point in the history
…ngs import

Pull-request: #16124
Fixes: #15101

Signed-off-by: William Desportes <williamdes@wdes.fr>
  • Loading branch information
williamdes committed May 16, 2020
2 parents e050f00 + 47c3ba5 commit dcacba0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions themes/pmahomme/scss/_common.scss
Expand Up @@ -1970,6 +1970,10 @@ input#input_import_file {
margin: 5px;
}

input#import_merge {
margin: 0;
}

.formelementrow {
margin: 5px 0 5px 0;
}
Expand Down

0 comments on commit dcacba0

Please sign in to comment.