Skip to content

Commit

Permalink
fix: update button height on autocomplete (#2662)
Browse files Browse the repository at this point in the history
* fix: update button height on autocomplete

* chore: add changeset
  • Loading branch information
massao committed Jan 31, 2024
1 parent ba9a99c commit 6a08d8d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/clever-taxis-design.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@contentful/f36-autocomplete": patch
---

fix: update button height on autocomplete
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const getAutocompleteStyles = (listMaxHeight: number) => ({
right: '1px',
zIndex: 1,
padding: tokens.spacing2Xs,
height: '38px',
minHeight: 'calc(100% - 2px)',
}),
content: css({
overflow: 'auto',
Expand Down

0 comments on commit 6a08d8d

Please sign in to comment.