1
0
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:
Vasek Mlejnsky 2018-09-20 08:41:39 +02:00
parent 8333ac94f4
commit 008708497e

View File

@ -76,6 +76,7 @@ const SetMaxAmountButton = styled(Button)`
`;
const CurrencySelect = styled(Select)`
min-width: 77px;
height: 34px;
flex: 0.2;
`;