Skip to content

Commit 55cb9c4

Browse files
ENGCOM-3621: Fix issue 19501 - Sales order Bundle product item alignment issue #19502
- Merge Pull Request #19502 from abrarpathan19/magento2:fix-issue-19501 - Merged commits: 1. 529b086 2. 5d7cd50 3. fbf5ebb
2 parents cf69967 + fbf5ebb commit 55cb9c4

File tree

1 file changed

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

1 file changed

+9
-1
lines changed

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
}
121121

122122
> .admin__field-control {
123-
#mix-grid .column(@field-control-grid__column, @field-grid__columns);
123+
#mix-grid .column(@field-control-grid__column, @field-grid__columns);
124124
}
125125

126126
> .admin__field-label {
@@ -148,6 +148,14 @@
148148
}
149149
}
150150
}
151+
&.composite-bundle {
152+
> .admin__field-control {
153+
padding-top: 7px;
154+
}
155+
.admin__field-option {
156+
padding-top: 0;
157+
}
158+
}
151159
}
152160

153161
.admin__fieldset-product-websites {

0 commit comments

Comments
 (0)