Skip to content

Commit

Permalink
Form: Fix/radio and checkbox alignment (#41432)
Browse files Browse the repository at this point in the history
* Forms: fix editor styles rendering of radio and checkbox

* changelog

* fix alignment

* Minor alignment for radio control

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

Upstream-Ref: Automattic/jetpack@66f8a78
  • Loading branch information
enejb authored and matticbot committed Jan 30, 2025
1 parent 5d0545a commit 382a21e
Show file tree
Hide file tree
Showing 7 changed files with 116 additions and 116 deletions.
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-core-data', 'wp-data', 'wp-editor', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '520a3749a82ea95000b0');
<?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-core-data', 'wp-data', 'wp-editor', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => 'a0d08e2bd81aa9295d73');

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion jetpack_vendor/i18n-map.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
),
'jetpack-forms' => array(
'path' => 'jetpack_vendor/automattic/jetpack-forms',
'ver' => '0.36.0-alpha1738253650',
'ver' => '0.36.0-alpha1738255416',
),
'jetpack-image-cdn' => array(
'path' => 'jetpack_vendor/automattic/jetpack-image-cdn',
Expand Down
Loading

0 comments on commit 382a21e

Please sign in to comment.