mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-28 03:08:30 +00:00
set min-weight to make options look aligned
This commit is contained in:
parent
e59c3436bb
commit
41633bb7b8
@ -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;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
@ -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;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user