1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-28 03:08:30 +00:00
This commit is contained in:
slowbackspace 2019-01-09 18:04:24 +01:00
parent 2f3872345d
commit cb2dff467b

View File

@ -45,7 +45,6 @@ const StyledP = styled(P)`
const Address = styled(StyledP)` const Address = styled(StyledP)`
word-wrap: break-word; word-wrap: break-word;
padding-bottom: 26px;
line-height: ${LINE_HEIGHT.SMALL}; line-height: ${LINE_HEIGHT.SMALL};
`; `;