Skip to content

Commit be1194b

Browse files
committed
Resolved issue 24740
1 parent ea71192 commit be1194b

File tree

1 file changed

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

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
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: @indent__s;
125+
margin-top: 0;
126126
}
127127
}
128128

@@ -156,7 +156,7 @@
156156
.admin__field {
157157
margin-top: 8px;
158158
}
159-
}
159+
}
160160
}
161161
}
162162
&.composite-bundle {
@@ -307,7 +307,7 @@
307307
.admin__fieldset > & {
308308
margin-bottom: 3rem;
309309
position: relative;
310-
310+
311311
&.field-import_file {
312312
.input-file {
313313
margin-top: 6px;
@@ -664,7 +664,7 @@
664664
display: inline-block;
665665
}
666666
}
667-
667+
668668

669669
+ .admin__field:last-child {
670670
width: auto;
@@ -700,7 +700,7 @@
700700
width: 100%;
701701
}
702702
}
703-
& > .admin__field-label {
703+
& > .admin__field-label {
704704
text-align: left;
705705
}
706706

0 commit comments

Comments
 (0)