Skip to content

Commit 6404095

Browse files
committed
MC-14939: Uneven displayed fields in Advanced Pricing
1 parent ea6fb2b commit 6404095

File tree

1 file changed

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

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,10 +679,13 @@
679679
margin: 0;
680680
opacity: 1;
681681
position: static;
682-
text-align: left;
683682
}
684683
}
685684

685+
.admin__field-label {
686+
text-align: left;
687+
}
688+
686689
&:nth-child(n + 2) {
687690
&:not(.admin__field-option):not(.admin__field-group-show-label):not(.admin__field-date) {
688691
> .admin__field-label[class] {

0 commit comments

Comments
 (0)