Skip to content

Commit 115ae70

Browse files
authored
fix: giving singlevalue full max width to override the selectlist styles (#248)
1 parent b2ff8c4 commit 115ae70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/PhoneInput/components/SingleValue.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ const StyledSingleValue = styled(components.SingleValue)`
1313
min-width: 1.5rem;
1414
margin-right: 0.5rem;
1515
}
16+
max-width: 100%;
1617
`;
1718

1819
// eslint-disable-next-line @typescript-eslint/no-explicit-any

0 commit comments

Comments
 (0)