diff --git a/src/components/PhoneInput/components/SingleValue.tsx b/src/components/PhoneInput/components/SingleValue.tsx index 8195d7430..a3ee27aaa 100644 --- a/src/components/PhoneInput/components/SingleValue.tsx +++ b/src/components/PhoneInput/components/SingleValue.tsx @@ -13,6 +13,7 @@ const StyledSingleValue = styled(components.SingleValue)` min-width: 1.5rem; margin-right: 0.5rem; } + max-width: 100%; `; // eslint-disable-next-line @typescript-eslint/no-explicit-any