Skip to content

Commit

Permalink
Give the button block an unusually large padding
Browse files Browse the repository at this point in the history
  • Loading branch information
adamziel committed Jun 23, 2022
1 parent 1ac232a commit 5d41863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/button/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"//": "The extra 2px are added to size solids the same as the outline versions.",
"top": "calc(0.667em + 2px)",
"right": "calc(1.333em + 2px)",
"bottom": "calc(0.667em + 2px)",
"bottom": "calc(0.667em + 200px) !important",
"left": "calc(1.333em + 2px)"
}
}
Expand Down

0 comments on commit 5d41863

Please sign in to comment.