Skip to content

Commit

Permalink
Fix/muwpcom sharing modal checkbox alignment (#38990)
Browse files Browse the repository at this point in the history
* MU WPCOM: Fix Post Publish Modal checkbox alignment

* changelog

* move styles to scss file

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

Upstream-Ref: Automattic/jetpack@72f872e
  • Loading branch information
ntsekouras authored and matticbot committed Aug 26, 2024
1 parent 024423f commit 1eb8c62
Show file tree
Hide file tree
Showing 8 changed files with 95 additions and 88 deletions.
58 changes: 29 additions & 29 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions vendor/automattic/jetpack-mu-wpcom/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ This is an alpha version! The changes listed here are not final.
### Added
- Auto open Upload Theme dialog if query parameter is present

### Changed
- MU WPCOM: Fix Post Publish Modal checkbox alignment

### Fixed
- Bump package version
- MU WPCOM: Fix the coming soon isn't configured correctly if the settings changes from Coming Soon -> Private -> Coming Soon
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('moment', 'react', 'react-dom', 'react-jsx-runtime', 'wp-api-fetch', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-data-controls', 'wp-dom', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-notices', 'wp-nux', 'wp-plugins', 'wp-primitives', 'wp-private-apis', 'wp-url'), 'version' => 'a1403e7f7aba9674ef2b');
<?php return array('dependencies' => array('moment', 'react', 'react-dom', 'react-jsx-runtime', 'wp-api-fetch', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-data-controls', 'wp-dom', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-notices', 'wp-nux', 'wp-plugins', 'wp-primitives', 'wp-private-apis', 'wp-url'), 'version' => '201a9c7208591aea1bb1');

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@
.wpcom-block-editor-post-published-sharing-modal__checkbox-section {
margin-top: 40px;
color: var(--studio-gray-60);

label {
display: flex;
}
}
.form-checkbox {
margin-top: 1px;
Expand Down
Loading

0 comments on commit 1eb8c62

Please sign in to comment.