1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-12-31 19:30:53 +00:00

fix token input overflow

This commit is contained in:
slowbackspace 2018-12-20 16:42:00 +01:00
parent 348033e38f
commit c7cad093f1

View File

@ -10,6 +10,10 @@ const styles = isSearchable => ({
width: '100%',
color: colors.TEXT_SECONDARY,
}),
valueContainer: base => ({
...base,
overflow: 'hidden',
}),
control: (base, { isDisabled }) => ({
...base,
minHeight: 'initial',