Skip to content

Commit d0d8725

Browse files
Fixed-2.3-dev-19379: Tax Rate Checkbox alignment issue
1 parent 4b0750c commit d0d8725

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
@@ -117,6 +117,9 @@
117117

118118
> .admin__field-control {
119119
#mix-grid .column(@field-control-grid__column, @field-grid__columns);
120+
input[type="checkbox"] {
121+
margin-top: 1.2rem;
122+
}
120123
}
121124

122125
> .admin__field-label {

0 commit comments

Comments
 (0)