mirror of
https://github.com/trezor/trezor-wallet
synced 2024-12-23 23:48:07 +00:00
Fixed padding in tokens
This commit is contained in:
parent
a02b9883da
commit
6bd2cd6471
@ -11,7 +11,7 @@ import BigNumber from 'bignumber.js';
|
||||
import PropTypes from 'prop-types';
|
||||
|
||||
const TokenWrapper = styled.div`
|
||||
padding: 14px 48px;
|
||||
padding: 14px 0;
|
||||
position: relative;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
@ -19,7 +19,7 @@ import AddedToken from './components/AddedToken';
|
||||
import type { Props } from './Container';
|
||||
|
||||
const Content = styled.div`
|
||||
padding-left: 35px;
|
||||
padding: 0 35px;
|
||||
`;
|
||||
|
||||
const AccountHeading = styled.div`
|
||||
|
Loading…
Reference in New Issue
Block a user