mirror of
https://github.com/trezor/trezor-wallet
synced 2025-01-24 15:00:58 +00:00
Fix currency selection overflow
This commit is contained in:
parent
8333ac94f4
commit
008708497e
@ -76,6 +76,7 @@ const SetMaxAmountButton = styled(Button)`
|
||||
`;
|
||||
|
||||
const CurrencySelect = styled(Select)`
|
||||
min-width: 77px;
|
||||
height: 34px;
|
||||
flex: 0.2;
|
||||
`;
|
||||
|
Loading…
Reference in New Issue
Block a user