Skip to content

Commit

Permalink
Update the select field as well to use the new size. So that it looks…
Browse files Browse the repository at this point in the history
… aligned.
  • Loading branch information
enejb committed Jan 16, 2025
1 parent 97957c5 commit 340534c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ const JetpackFieldConsent = ( {
] }
onChange={ value => setAttributes( { consentType: value } ) }
__nextHasNoMarginBottom={ true }
__next40pxDefaultSize={ true }
/>
</BaseControl>
</PanelBody>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ const JetpackDatePicker = props => {
'jetpack-forms'
) }
__nextHasNoMarginBottom={ true }
__next40pxDefaultSize={ true }
/>
),
},
Expand Down
1 change: 1 addition & 0 deletions projects/packages/forms/src/blocks/contact-form/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ export const JetpackContactFormEdit = forwardRef(
] }
onChange={ newMessage => setAttributes( { customThankyou: newMessage } ) }
__nextHasNoMarginBottom={ true }
__next40pxDefaultSize={ true }
/>

{ 'redirect' !== customThankyou && (
Expand Down

0 comments on commit 340534c

Please sign in to comment.