Skip to content

Commit f816fb7

Browse files
authored
ENGCOM-3659: Fix issue 19492 - Catalog Product - Customizable Options label alignment issue #19493
2 parents 8f0f49d + 464854e commit f816fb7

File tree

1 file changed

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

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,9 +685,11 @@
685685
margin: 0;
686686
opacity: 1;
687687
position: static;
688-
text-align: left;
689688
}
690689
}
690+
& > .admin__field-label {
691+
text-align: left;
692+
}
691693

692694
&:nth-child(n + 2) {
693695
&:not(.admin__field-option):not(.admin__field-group-show-label):not(.admin__field-date) {

0 commit comments

Comments
 (0)