Commit 5f6d17bf authored by vignesh mohankumar's avatar vignesh mohankumar Committed by GitHub

fix: grow left panel in token details (#4754)

parent 3c5fe00c
...@@ -77,6 +77,7 @@ export const TokenDetailsLayout = styled.div` ...@@ -77,6 +77,7 @@ export const TokenDetailsLayout = styled.div`
} }
` `
export const LeftPanel = styled.div` export const LeftPanel = styled.div`
flex: 1;
max-width: 780px; max-width: 780px;
overflow: hidden; overflow: hidden;
` `
......
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