Skip to content

Commit 14386b1

Browse files
authored
ENGCOM-3642: Backend: Fixed checkbox alignment #19631
2 parents a8fe432 + ded859d commit 14386b1

File tree

1 file changed

+1
-1
lines changed
  • app/design/adminhtml/Magento/backend/web/css/source/forms

1 file changed

+1
-1
lines changed

app/design/adminhtml/Magento/backend/web/css/source/forms/_fields.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
> .admin__field-control {
123123
#mix-grid .column(@field-control-grid__column, @field-grid__columns);
124124
input[type="checkbox"] {
125-
margin-top: 1.2rem;
125+
margin-top: @indent__s;
126126
}
127127
}
128128

0 commit comments

Comments
 (0)