Commit 2c2e0a34 authored by Kaylee George's avatar Kaylee George Committed by GitHub

fix: vertically center the explore table header text (#4514)

center
parent 1b43e0b2
...@@ -139,6 +139,7 @@ const StyledHeaderRow = styled(StyledTokenRow)` ...@@ -139,6 +139,7 @@ const StyledHeaderRow = styled(StyledTokenRow)`
line-height: 16px; line-height: 16px;
padding: 0px 12px; padding: 0px 12px;
width: 100%; width: 100%;
justify-content: center;
&:hover { &:hover {
background-color: transparent; background-color: transparent;
...@@ -151,6 +152,7 @@ const StyledHeaderRow = styled(StyledTokenRow)` ...@@ -151,6 +152,7 @@ const StyledHeaderRow = styled(StyledTokenRow)`
const ListNumberCell = styled(Cell)` const ListNumberCell = styled(Cell)`
color: ${({ theme }) => theme.textSecondary}; color: ${({ theme }) => theme.textSecondary};
min-width: 32px; min-width: 32px;
height: 48px;
@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