Skip to content

Commit

Permalink
Fix double border in Library.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen committed Aug 3, 2018
1 parent 71ef5d4 commit 9aaa0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor/src/components/inserter/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ $block-inserter-search-height: 38px;
}

// Don't show the top border on the first panel, let the Search border be the border.
.components-panel__body:first-child {
[role="presentation"] + .components-panel__body {
border-top: none;
}

Expand Down

0 comments on commit 9aaa0bc

Please sign in to comment.