Skip to content

Commit

Permalink
Sidebar: Fix panels after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed May 16, 2017
1 parent 416e523 commit 5c090ff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions components/panel/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
}
}

.components-panel + .components-panel {
margin-top: -1px;
}

.components-panel__body {
padding: 15px;
border: 1px solid $light-gray-500;
Expand Down
5 changes: 2 additions & 3 deletions editor/sidebar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ import { Slot } from 'react-slot-fill';
/**
* WordPress dependencies
*/
import { __ } from 'i18n';
import Panel from 'components/panel';
import PanelHeader from 'components/panel-header';
import PanelBody from 'components/panel-body';
import PanelHeader from 'components/panel/header';
import PanelBody from 'components/panel/body';

/**
* Internal Dependencies
Expand Down

0 comments on commit 5c090ff

Please sign in to comment.