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:
parent
348033e38f
commit
c7cad093f1
@ -10,6 +10,10 @@ const styles = isSearchable => ({
|
||||
width: '100%',
|
||||
color: colors.TEXT_SECONDARY,
|
||||
}),
|
||||
valueContainer: base => ({
|
||||
...base,
|
||||
overflow: 'hidden',
|
||||
}),
|
||||
control: (base, { isDisabled }) => ({
|
||||
...base,
|
||||
minHeight: 'initial',
|
||||
|
Loading…
Reference in New Issue
Block a user