Skip to content

Commit

Permalink
Fixing the styling issue on customizable options
Browse files Browse the repository at this point in the history
  • Loading branch information
eduard13 committed Jan 30, 2019
1 parent b3abf20 commit 06f7430
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,14 @@
&.collapsible-block-wrapper-last {
border-bottom: 0;
}

.admin__dynamic-rows.admin__control-collapsible {
td {
&.admin__collapsible-block-wrapper {
border-bottom: none;
}
}
}
}

.admin__collapsible-content {
Expand Down

0 comments on commit 06f7430

Please sign in to comment.