1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-27 18:58:08 +00:00

set min-weight to make options look aligned

This commit is contained in:
slowbackspace 2019-01-09 13:59:19 +01:00
parent e59c3436bb
commit 41633bb7b8
2 changed files with 4 additions and 2 deletions

View File

@ -88,7 +88,8 @@ const FeeOptionWrapper = styled.div`
`; `;
const OptionValue = styled(P)` const OptionValue = styled(P)`
flex: 0 0 0; flex: 1 0 auto;
min-width: 70px;
margin-right: 5px; margin-right: 5px;
`; `;

View File

@ -75,7 +75,8 @@ const FeeOptionWrapper = styled.div`
`; `;
const OptionValue = styled(P)` const OptionValue = styled(P)`
flex: 0 0 0; flex: 1 0 auto;
min-width: 70px;
margin-right: 5px; margin-right: 5px;
`; `;