Skip to content

Commit 74b2098

Browse files
authored
issue fixed #20337 Option Title breaking in two line because applying wrong css for manage width
issue fixed #20337 Option Title breaking in two line because applying wrong css for manage width
1 parent 3a42052 commit 74b2098

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
@@ -531,7 +531,7 @@
531531
& > .admin__field {
532532
&:first-child {
533533
position: static;
534-
534+
width: 100%;
535535
& > .admin__field-label {
536536
#mix-grid .column(@field-label-grid__column, @field-grid__columns);
537537
cursor: pointer;

0 commit comments

Comments
 (0)