diff --git a/projects/packages/jetpack-mu-wpcom/changelog/fix-muwpcom-sharing-modal-checkbox-alignment b/projects/packages/jetpack-mu-wpcom/changelog/fix-muwpcom-sharing-modal-checkbox-alignment new file mode 100644 index 0000000000000..d27885f92b841 --- /dev/null +++ b/projects/packages/jetpack-mu-wpcom/changelog/fix-muwpcom-sharing-modal-checkbox-alignment @@ -0,0 +1,4 @@ +Significance: minor +Type: changed + +MU WPCOM: Fix Post Publish Modal checkbox alignment diff --git a/projects/packages/jetpack-mu-wpcom/src/features/wpcom-block-editor-nux/src/sharing-modal/style.scss b/projects/packages/jetpack-mu-wpcom/src/features/wpcom-block-editor-nux/src/sharing-modal/style.scss index c7738fc6fc0d5..56b6da442b79e 100644 --- a/projects/packages/jetpack-mu-wpcom/src/features/wpcom-block-editor-nux/src/sharing-modal/style.scss +++ b/projects/packages/jetpack-mu-wpcom/src/features/wpcom-block-editor-nux/src/sharing-modal/style.scss @@ -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;