Skip to content

Commit

Permalink
Dropdown: remove extra white space around toggle (#56005)
Browse files Browse the repository at this point in the history
* Dropdown: remove extra white space around toggle

* CHANGELOG
  • Loading branch information
ciampo authored Nov 9, 2023
1 parent 515840b commit 8e9b4c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

### Bug fix

- `Dropdown`: remove extra white space around toggle ([#56005](https://github.com/WordPress/gutenberg/pull/56005))

### Internal

- Migrate `Divider` from `reakit` to `ariakit` ([#55622](https://github.com/WordPress/gutenberg/pull/55622))
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/dropdown/style.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.components-dropdown {
display: inline-block;
display: inline-flex;
}

.components-dropdown__content {
Expand Down

0 comments on commit 8e9b4c0

Please sign in to comment.