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 23, 2019
1 parent 470fd45 commit 6f10b64
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,12 @@
&.collapsible-block-wrapper-last {
border-bottom: 0;
}

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

0 comments on commit 6f10b64

Please sign in to comment.