Skip to content

Commit 927d807

Browse files
authored
Merge branch 'master' into PelayoFelgueroso/popover-portalContainer-position_fix
2 parents 1ec6ba2 + 363eb9f commit 927d807

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/lib/src/text-input/TextInput.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ const Input = styled.input<{
8484
text-overflow: ellipsis;
8585
white-space: nowrap;
8686
${({ alignment }) => `text-align: ${alignment}`};
87+
width: 100%;
8788
8889
::placeholder {
8990
color: ${({ disabled }) => (disabled ? "var(--color-fg-neutral-medium)" : "var(--color-fg-neutral-strong)")};

0 commit comments

Comments
 (0)