Skip to content

Commit e28fa66

Browse files
authored
Subscribed to Newsletter Label and respective checkbox not aligned proper #25207 issue fixed
Subscribed to Newsletter Label and respective checkbox not aligned proper #25207 issue fixed
1 parent 99f206f commit e28fa66

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

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

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

0 commit comments

Comments
 (0)