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
  • Loading branch information
ntsekouras authored Aug 26, 2024
1 parent 2ae8d9f commit 72f872e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: minor
Type: changed

MU WPCOM: Fix Post Publish Modal checkbox alignment
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

0 comments on commit 72f872e

Please sign in to comment.