fix: add padding-bottom to TokenDetailsLayout (#4882)
This commit is contained in:
parent
e340f405b4
commit
f91b48e214
@ -33,7 +33,7 @@ const Hr = styled.hr`
|
|||||||
`
|
`
|
||||||
export const TokenDetailsLayout = styled.div`
|
export const TokenDetailsLayout = styled.div`
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: 0 8px;
|
padding: 0 8px 52px;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user