Skip to content

Commit

Permalink
Edit Post: Remove horizontal margins from notices rendered in sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
aduth committed Feb 7, 2020
1 parent 7f9dca6 commit 9f79462
Showing 1 changed file with 5 additions and 0 deletions.
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

0 comments on commit 9f79462

Please sign in to comment.