Skip to content

Commit

Permalink
Make the default padding match the browser's default padding (#30277)
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad authored Mar 26, 2021
1 parent 7b96d88 commit 883d7d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/block-library/src/reset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/

.editor-styles-wrapper {
padding: 10px;
padding: 8px;

/**
* The following styles revert to the browser defaults overriding the WPAdmin styles.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ describe( 'Multi-block selection', () => {
},
{
// Move a bit outside the paragraph.
x: rect2.x - 10,
x: rect2.x - 5,
y: rect2.y + rect2.height / 2,
},
];
Expand Down

0 comments on commit 883d7d4

Please sign in to comment.