mirror of
https://github.com/apache/superset.git
synced 2026-04-26 19:44:58 +00:00
fix(explore): fixed table header in chrome (#12432)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user