Skip to content

Commit 464854e

Browse files
ENGCOM-3659: Fix issue 19492 - Catalog Product - Customizable Options label alignment issue #19493
- Merge Pull Request #19493 from speedy008/magento2:fix-issue-19492 - Merged commits: 1. f63ed89
2 parents 6478d2b + f63ed89 commit 464854e

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)