Skip to content

Commit

Permalink
Forms: fix sidebar spacing (#41133)
Browse files Browse the repository at this point in the history
* Forms: fix spacing in sidebar

* changelog

* Fixes the form so that we ship less code but still end up with the same result

* Add key to the Select control

---------

Co-authored-by: Enej Bajgoric <[email protected]>

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/12818993632

Upstream-Ref: Automattic/jetpack@98e30ab
  • Loading branch information
enejb authored and matticbot committed Jan 16, 2025
1 parent e32977d commit 3b80ff1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ This is an alpha version! The changes listed here are not final.
### Fixed
- Forms: Fix dropdown icon styling.
- Forms: Fix redirect field styles
- Forms: fix spacing issue in sidebar settings
- Upsell nudge: fix click in Safari

## [0.34.6] - 2025-01-13
Expand Down
2 changes: 1 addition & 1 deletion dist/blocks/editor.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('jetpack-connection', 'lodash', 'react', 'react-jsx-runtime', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '6ba308997a2a0b366fd1');
<?php return array('dependencies' => array('jetpack-connection', 'lodash', 'react', 'react-jsx-runtime', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => 'a20bf3be0e8b9f1abd0f');
2 changes: 1 addition & 1 deletion dist/blocks/editor.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/blocks/editor.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/blocks/editor.rtl.css

Large diffs are not rendered by default.

0 comments on commit 3b80ff1

Please sign in to comment.