mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-24 09:18:09 +00:00
Better styled tooltips in send
This commit is contained in:
parent
c94ebf6a47
commit
9d00f423a5
@ -9,12 +9,13 @@ const Wrapper = styled.div``;
|
||||
|
||||
const Content = styled.div`
|
||||
max-width: ${props => `${props.maxWidth}px` || 'auto'};
|
||||
padding-bottom: 10px;
|
||||
text-align: justify;
|
||||
`;
|
||||
|
||||
const ContentWrapper = styled.div``;
|
||||
|
||||
const ReadMore = styled.div`
|
||||
margin-top: 15px;
|
||||
padding: 10px 0 5px 0;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
|
Loading…
Reference in New Issue
Block a user