Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ntsekouras committed Dec 11, 2023
1 parent eac6f2a commit 04990c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
- `ToggleGroupControl`: react correctly to external controlled updates ([#56678](https://github.com/WordPress/gutenberg/pull/56678)).
- `ToolsPanel`: fix a performance issue ([#56770](https://github.com/WordPress/gutenberg/pull/56770)).
- `BorderControl`: adjust `BorderControlDropdown` Button size to fix misaligned border ([#56730](https://github.com/WordPress/gutenberg/pull/56730)).
- `Button`: remove fixed width for `compact` sized Buttons ([#](https://github.com/WordPress/gutenberg/pull/)).
- `Button`: remove fixed width for `compact` and `small` sized Buttons ([#56949](https://github.com/WordPress/gutenberg/pull/56949)).

### Internal

Expand Down
1 change: 0 additions & 1 deletion packages/components/src/button/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@

&.has-icon:not(.has-text) {
padding: 0;
width: $button-size-small;
min-width: $button-size-small;
}
}
Expand Down

0 comments on commit 04990c1

Please sign in to comment.