Skip to content

Commit

Permalink
Fix alignment of notice lists in block placeholders (#20024)
Browse files Browse the repository at this point in the history
This change updates the margins of the notice UI added to block
placeholders using the `withNotices` mixin. The update was necessary
after #18745 which made the content of block placeholders left-aligned.
  • Loading branch information
p-jackson authored and epiqueras committed Feb 5, 2020
1 parent 220ec88 commit 50dd635
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/block-editor/src/components/block-list/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@
*/

.components-placeholder .components-with-notices-ui {
margin: -10px 20px 12px 20px;
width: calc(100% - 40px);
margin: -10px 0 12px 0;
}

.components-with-notices-ui {
Expand Down

0 comments on commit 50dd635

Please sign in to comment.