Skip to content

Commit fbd38a0

Browse files
ENGCOM-6290: Resolve No margin between checkbox and icon when choose category in condition in Cart/Catalog Rule issue25596 #25597
2 parents 3397b2b + 8dc5d87 commit fbd38a0

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

app/design/adminhtml/Magento/backend/web/css/styles-old.less

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1827,6 +1827,10 @@
18271827
background-image: url(../images/fam_application_form_delete.png);
18281828
}
18291829

1830+
.x-tree-node .x-tree-node-el input[type=checkbox] {
1831+
margin-left: 3px;
1832+
}
1833+
18301834
//
18311835
// Styles for "js" tooltip with positionings
18321836
// --------------------------------------
@@ -3958,15 +3962,15 @@
39583962
.grid tr.headings th > span {
39593963
white-space: normal;
39603964
}
3961-
3965+
39623966
.field {
39633967
&.field-subscription {
39643968
.admin__field-label {
39653969
margin-left: 10px;
39663970
float: none;
39673971
cursor: pointer;
3968-
}
3969-
3972+
}
3973+
39703974
.admin__field-control {
39713975
float: left;
39723976
width: auto;

0 commit comments

Comments
 (0)