Skip to content

Commit

Permalink
Fix Select input styling issue (#2819)
Browse files Browse the repository at this point in the history
* fix(select-utils): fix select input styles issue

* chore: changeset added
  • Loading branch information
CarlosCortizasCT authored May 20, 2024
1 parent d7ac138 commit 3fa6bb7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/shiny-insects-judge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@commercetools-uikit/select-utils': patch
---

Fixes an styling issue when the select input uses an icon and a long value.
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,7 @@ const placeholderStyles = (props: TProps) => (base: TBase) => {
const valueContainerStyles = (props: TProps) => (base: TBase) => {
return {
...base,
flexWrap: 'nowrap',
padding: '0',
backgroundColor: 'none',
overflow: 'hidden',
Expand Down

0 comments on commit 3fa6bb7

Please sign in to comment.