Skip to content

Commit

Permalink
ENGCOM-3642: Backend: Fixed checkbox alignment #19631
Browse files Browse the repository at this point in the history
  • Loading branch information
sidolov authored Feb 13, 2019
2 parents a8fe432 + ded859d commit 14386b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
> .admin__field-control {
#mix-grid .column(@field-control-grid__column, @field-grid__columns);
input[type="checkbox"] {
margin-top: 1.2rem;
margin-top: @indent__s;
}
}

Expand Down

0 comments on commit 14386b1

Please sign in to comment.