Skip to content

Commit

Permalink
fix(explore): fixed table header in chrome (#12432)
Browse files Browse the repository at this point in the history
  • Loading branch information
junlincc authored Jan 12, 2021
1 parent 1e527d5 commit fe01e2d
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 fe01e2d

Please sign in to comment.