1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-07-26 00:18:18 +00:00

FIxed icon overflow

This commit is contained in:
Vladimir Volek 2018-10-25 11:58:32 +02:00
parent 0ccc0d3367
commit 835906bf96

View File

@ -87,7 +87,7 @@ const StyledIcon = styled(Icon)`
`; `;
const IconWrapper = styled.div` const IconWrapper = styled.div`
min-width: 20px; min-width: 30px;
`; `;
const Texts = styled.div` const Texts = styled.div`