Skip to content

Commit 3e0d8ce

Browse files
ENGCOM-3885: issue fixed #20337 Option Title breaking in two line because applying… #20339
- Merge Pull Request #20339 from cedarvinda/magento2:Magento-2.3-develop-PR-15 - Merged commits: 1. 74b2098 2. d7ba787
2 parents 310648c + d7ba787 commit 3e0d8ce

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,6 @@
542542
& > .admin__field {
543543
&:first-child {
544544
position: static;
545-
546545
& > .admin__field-label {
547546
#mix-grid .column(@field-label-grid__column, @field-grid__columns);
548547
cursor: pointer;
@@ -697,6 +696,7 @@
697696
margin: 0;
698697
opacity: 1;
699698
position: static;
699+
width: 100%;
700700
}
701701
}
702702
& > .admin__field-label {

0 commit comments

Comments
 (0)