Commit c9ead63f authored by Fred Zaw's avatar Fred Zaw Committed by GitHub

style: increase name column width in token table (#4835)

increase name column width in token table
parent 9ca74cf8
...@@ -199,7 +199,7 @@ const MarketCapCell = styled(DataCell)` ...@@ -199,7 +199,7 @@ const MarketCapCell = styled(DataCell)`
const NameCell = styled(Cell)` const NameCell = styled(Cell)`
justify-content: flex-start; justify-content: flex-start;
padding: 0px 8px; padding: 0px 8px;
min-width: 200px; min-width: 240px;
gap: 8px; gap: 8px;
` `
const PriceCell = styled(DataCell)` const PriceCell = styled(DataCell)`
......
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