Skip to content

Commit

Permalink
fix(ui-text-input): fix long before elements overflowing in TextInput…
Browse files Browse the repository at this point in the history
…,Select,SimpleSelect

Closes: INSTUI-4344

When adding lots of elements like Tags it was overflowing the input field, this commit fixes it
TEST PLAN:
Add lots of elements to renderBeforeInput to Select,SimpleSelect,TextInput. They should wrap not
overflow
  • Loading branch information
matyasf committed Dec 3, 2024
1 parent ef3e930 commit 61126d8
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 61126d8

Please sign in to comment.