Commit f91b48e2 authored by vignesh mohankumar's avatar vignesh mohankumar Committed by GitHub

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

parent e340f405
......@@ -33,7 +33,7 @@ const Hr = styled.hr`
`
export const TokenDetailsLayout = styled.div`
display: flex;
padding: 0 8px;
padding: 0 8px 52px;
justify-content: center;
width: 100%;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment