Skip to content
Prev Previous commit
Next Next commit
Update button to support general and axial padding only
  • Loading branch information
stacimc committed Aug 11, 2021
commit 421350d94cc676d2782a378d7c5588e4df933480
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 @@ -68,7 +68,7 @@
"reusable": false,
"spacing": {
"__experimentalSkipSerialization": true,
"padding": true
"padding": [ "horizontal", "vertical" ]
},
"__experimentalBorder": {
"radius": true,
Expand Down