Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Edit Post: Remove horizontal margins from notices rendered in sidebar
  • Loading branch information
aduth committed Feb 7, 2020
commit 9f79462713723712257c9710953cff76e463f123
5 changes: 5 additions & 0 deletions packages/edit-post/src/components/sidebar/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@
}
}

> .components-panel .components-notice {
margin-left: 0;
margin-right: 0;
}

p {
margin-top: 0;
}
Expand Down