diff --git a/packages/ui-text-input/src/TextInput/styles.ts b/packages/ui-text-input/src/TextInput/styles.ts index db011516d0..b796d01e73 100644 --- a/packages/ui-text-input/src/TextInput/styles.ts +++ b/packages/ui-text-input/src/TextInput/styles.ts @@ -203,6 +203,7 @@ const generateStyle = ( }, beforeElement: { display: 'inline-flex', + flexWrap: 'wrap', alignItems: 'center', label: 'textInput__beforeElement', ...flexItemBase,