fix: add padding-bottom to TokenDetailsLayout (#4882)

This commit is contained in:
vignesh mohankumar 2022-10-12 09:03:14 -05:00 committed by GitHub
parent e340f405b4
commit f91b48e214
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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%;