Skip to content

Commit 9fb0c14

Browse files
ENGCOM-6148: Subscribed to Newsletter Label and respective checkbox not aligned pr… #25208
2 parents 800d809 + c0c618f commit 9fb0c14

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3958,6 +3958,22 @@
39583958
.grid tr.headings th > span {
39593959
white-space: normal;
39603960
}
3961+
3962+
.field {
3963+
&.field-subscription {
3964+
.admin__field-label {
3965+
margin-left: 10px;
3966+
float: none;
3967+
cursor: pointer;
3968+
}
3969+
3970+
.admin__field-control {
3971+
float: left;
3972+
width: auto;
3973+
margin: 6px 0px 0px 0px;
3974+
}
3975+
}
3976+
}
39613977
}
39623978
}
39633979

0 commit comments

Comments
 (0)