Skip to content

Commit 06f7430

Browse files
committed
Fixing the styling issue on customizable options
1 parent b3abf20 commit 06f7430

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,14 @@
163163
&.collapsible-block-wrapper-last {
164164
border-bottom: 0;
165165
}
166+
167+
.admin__dynamic-rows.admin__control-collapsible {
168+
td {
169+
&.admin__collapsible-block-wrapper {
170+
border-bottom: none;
171+
}
172+
}
173+
}
166174
}
167175

168176
.admin__collapsible-content {

0 commit comments

Comments
 (0)