Skip to content

Commit

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

This reverts commit 8e9b4c0.
  • Loading branch information
ciampo authored and cbravobernal committed Nov 14, 2023
1 parent a917302 commit a625d4f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

## 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-flex;
display: inline-block;
}

.components-dropdown__content {
Expand Down

0 comments on commit a625d4f

Please sign in to comment.