Skip to content

Commit d0c0bcc

Browse files
fixed-checkbox-alignment: Checkbox alignement issue.
1 parent 9143820 commit d0c0bcc

File tree

1 file changed

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

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,9 @@
121121

122122
> .admin__field-control {
123123
#mix-grid .column(@field-control-grid__column, @field-grid__columns);
124+
input[type="checkbox"] {
125+
margin-top: 11px;
126+
}
124127
}
125128

126129
> .admin__field-label {

0 commit comments

Comments
 (0)