Skip to content

Commit

Permalink
Fix styles panel header (#61319)
Browse files Browse the repository at this point in the history
* Fix styles panel header

* Update changelog.
  • Loading branch information
jasmussen authored May 2, 2024
1 parent f02c335 commit 69c50be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
### Bug Fix

- `SlotFill`: fixed missing `getServerSnapshot` parameter in slot map ([#60943](https://github.com/WordPress/gutenberg/pull/60943)).
- `Panel`: Fix issue with collapsing panel header ([#61319](https://github.com/WordPress/gutenberg/pull/61319)).

### Enhancements

Expand Down
1 change: 1 addition & 0 deletions packages/components/src/panel/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

.components-panel__header {
display: flex;
flex-shrink: 0;
justify-content: space-between;
align-items: center;
padding: 0 $grid-unit-20;
Expand Down

0 comments on commit 69c50be

Please sign in to comment.