Commit 23eb31e6 authored by vignesh mohankumar's avatar vignesh mohankumar Committed by GitHub

fix: aligns token ranking column (#4849)

parent e8d4f00f
...@@ -173,7 +173,6 @@ const ListNumberCell = styled(Cell)<{ header: boolean }>` ...@@ -173,7 +173,6 @@ const ListNumberCell = styled(Cell)<{ header: boolean }>`
color: ${({ theme }) => theme.textSecondary}; color: ${({ theme }) => theme.textSecondary};
min-width: 32px; min-width: 32px;
font-size: 14px; font-size: 14px;
height: ${({ header }) => (header ? '48px' : '60px')};
@media only screen and (max-width: ${SMALL_MEDIA_BREAKPOINT}) { @media only screen and (max-width: ${SMALL_MEDIA_BREAKPOINT}) {
display: none; display: none;
......
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