Skip to content

Commit

Permalink
fix(explore): fixed table header in chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
junlincc committed Jan 12, 2021
1 parent 9b0e6d0 commit a7e198e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export const Table = styled.table`
background-color: ${({ theme }) => theme.colors.grayscale.light5};
border-collapse: separate;
border-radius: ${({ theme }) => theme.borderRadius}px;
overflow: hidden;
thead > tr > th {
border: 0;
Expand Down

0 comments on commit a7e198e

Please sign in to comment.