Skip to content

Commit ded859d

Browse files
ENGCOM-3642: Backend: Fixed checkbox alignment #19631
- Merge Pull Request #19631 from suryakant-krish/magento2:fixed-checkbox-alignment - Merged commits: 1. d0c0bcc 2. dce80fd 3. dd04443 4. d0d57e3 5. a2c9050
2 parents 92118f5 + a2c9050 commit ded859d

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)