Skip to content

Commit 5f191e1

Browse files
authored
ENGCOM-7015: Fix #26992 Add new rating is active checkbox alignment issue #27014
2 parents 5e616b2 + 7f6da45 commit 5f191e1

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

app/design/adminhtml/Magento/backend/Magento_Catalog/web/css/source/_module.less

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
.admin__grid-control-value {
2121
display: none;
2222
}
23-
}
23+
}
2424
}
2525

2626
.product-composite-configure-inner {
@@ -102,3 +102,15 @@
102102
}
103103
}
104104
}
105+
106+
//
107+
// Catalog Product Edit Action Attribute
108+
// ---------------------------------------------
109+
110+
.admin__field-control {
111+
.attribute-change-checkbox {
112+
input[type='checkbox'].checkbox {
113+
margin-top: 0;
114+
}
115+
}
116+
}

app/design/adminhtml/Magento/backend/Magento_Customer/web/css/source/_module.less

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,4 @@
101101
}
102102
}
103103
}
104-
105-
> .admin__field > .admin__field-control {
106-
input[type='checkbox'] {
107-
margin: 8px 0 0 0;
108-
}
109-
}
110104
}

app/design/adminhtml/Magento/backend/Magento_Tax/web/css/source/_module.less

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,3 @@
2525
font-size: 1.3rem;
2626
}
2727
}
28-
29-
.admin__fieldset > .admin__field > .admin__field-control {
30-
input.zip-is-range-checkbox {
31-
margin: 8px 0 0 0;
32-
}
33-
}

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: 0;
125+
margin-top: @indent__s;
126126
}
127127
}
128128

0 commit comments

Comments
 (0)