Skip to content

Commit

Permalink
fix(ui-text-input): fix TextInput, Select, SimpleSelect overflowing w…
Browse files Browse the repository at this point in the history
…hen there are lots of renderBefore elements

TEST PLAN:
Add lots of renderBefore elements to TextInput, e.g. Tag-s. They should wrap, not overflow
  • Loading branch information
matyasf committed Dec 9, 2024
1 parent dbb208d commit 542c75f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ui-text-input/src/TextInput/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ const generateStyle = (
},
beforeElement: {
display: 'inline-flex',
flexWrap: 'wrap',
alignItems: 'center',
label: 'textInput__beforeElement',
...flexItemBase,
Expand Down

0 comments on commit 542c75f

Please sign in to comment.