1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-01-03 21:00:55 +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%', width: '100%',
color: colors.TEXT_SECONDARY, color: colors.TEXT_SECONDARY,
}), }),
valueContainer: base => ({
...base,
overflow: 'hidden',
}),
control: (base, { isDisabled }) => ({ control: (base, { isDisabled }) => ({
...base, ...base,
minHeight: 'initial', minHeight: 'initial',