Skip to content

Commit aeba780

Browse files
ENGCOM-3605: Fixed issue 19509 - Catalog bundle product Bundle Items inconsistent box border #19510
- Merge Pull Request #19510 from abrarpathan19/magento2:fixed-issue-19509 - Merged commits: 1. 529b086 2. 43c1ba8 3. 9ec154e 4. d93f023
2 parents 3091634 + d93f023 commit aeba780

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/design/adminhtml/Magento/backend/Magento_Backend/web/css/source/module/main/_collapsible-blocks.less

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,11 @@
162162
&.collapsible-block-wrapper-last {
163163
border-bottom: 0;
164164
}
165+
.admin__dynamic-rows.admin__control-collapsible {
166+
.admin__collapsible-block-wrapper {
167+
border-bottom: none;
168+
}
169+
}
165170
}
166171

167172
.admin__collapsible-content {

0 commit comments

Comments
 (0)