Skip to content

Commit 2458cf0

Browse files
authored
ENGCOM-3936: Fixing the styling issue on customizable options #20498
2 parents 547e740 + 5c8b77a commit 2458cf0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,12 @@
162162
&.collapsible-block-wrapper-last {
163163
border-bottom: 0;
164164
}
165+
165166
.admin__dynamic-rows.admin__control-collapsible {
166-
.admin__collapsible-block-wrapper {
167-
border-bottom: none;
167+
td {
168+
&.admin__collapsible-block-wrapper {
169+
border-bottom: none;
170+
}
168171
}
169172
}
170173
}

0 commit comments

Comments
 (0)