Skip to content

Commit

Permalink
ComplementaryArea: Fix button position (#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 Nov 5, 2024
1 parent adf7e26 commit 25849be
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;
}
}

1 comment on commit 25849be

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in 25849be.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/11676385255
📝 Reported issues:

Please sign in to comment.