1
0
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:
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)` const CurrencySelect = styled(Select)`
min-width: 77px;
height: 34px; height: 34px;
flex: 0.2; flex: 0.2;
`; `;