Skip to content

Commit

Permalink
ComplementaryArea: Fix button position (WordPress#66677)
Browse files Browse the repository at this point in the history
Co-authored-by: t-hamano <wildworks@git.wordpress.org>
Co-authored-by: up1512001 <up1512001@git.wordpress.org>
Co-authored-by: ntsekouras <ntsekouras@git.wordpress.org>
  • Loading branch information
4 people authored and karthick-murugan committed Nov 13, 2024
1 parent 2a63ae7 commit 9c17012
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
gap: $grid-unit-10; // Always ensure space between contents and close buttons.

.interface-complementary-area-header__title {
margin: 0;
margin: 0 auto 0 0;
}
}

0 comments on commit 9c17012

Please sign in to comment.