Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: minor
Type: added

Forms: add padding support to inputs.
3 changes: 3 additions & 0 deletions projects/packages/forms/src/blocks/input-phone/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ const settings = {
background: true,
gradients: false,
},
spacing: {
padding: true,
},
__experimentalBorder: {
color: true,
radius: true,
Expand Down
3 changes: 3 additions & 0 deletions projects/packages/forms/src/blocks/input/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ const settings = {
background: true,
gradients: false,
},
spacing: {
padding: true,
},
__experimentalBorder: {
color: true,
radius: true,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: minor
Type: enhancement

Forms: add padding support to inputs.
Loading