mirror of
https://github.com/trezor/trezor-wallet
synced 2025-02-03 20:01:22 +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)`
|
const CurrencySelect = styled(Select)`
|
||||||
|
min-width: 77px;
|
||||||
height: 34px;
|
height: 34px;
|
||||||
flex: 0.2;
|
flex: 0.2;
|
||||||
`;
|
`;
|
||||||
|
Loading…
Reference in New Issue
Block a user