fix: Added selector for drop down component, increased width (#9172)

This commit is contained in:
Ayush Pahwa 2021-11-16 15:25:58 +05:30 committed by GitHub
parent 3c05fd0208
commit 0101d7401a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,9 +42,10 @@ const SecondaryBox = styled.div`
width: 20vw !important;
}
& > .t--form-control-DROP_DOWN,
& > .t--form-control-DROP_DOWN > div > div,
& > .t--form-control-DROP_DOWN > div > div > div > div {
width: 8vw;
width: 12vw;
}
`;