diff --git a/superset-frontend/src/components/Table/VirtualTable.tsx b/superset-frontend/src/components/Table/VirtualTable.tsx index 5b49a8f66b967..4eb4842e83843 100644 --- a/superset-frontend/src/components/Table/VirtualTable.tsx +++ b/superset-frontend/src/components/Table/VirtualTable.tsx @@ -53,7 +53,6 @@ const StyledTable = styled(AntTable)<{ height?: number }>( th.ant-table-cell { font-weight: ${theme.typography.weights.bold}; color: ${theme.colors.grayscale.dark1}; - user-select: none; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; diff --git a/superset-frontend/src/components/Table/index.tsx b/superset-frontend/src/components/Table/index.tsx index dd3199f766d7b..1495befa5acc9 100644 --- a/superset-frontend/src/components/Table/index.tsx +++ b/superset-frontend/src/components/Table/index.tsx @@ -174,14 +174,12 @@ const StyledTable = styled(AntTable)<{ height?: number }>( th.ant-table-cell { font-weight: ${theme.typography.weights.bold}; color: ${theme.colors.grayscale.dark1}; - user-select: none; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .ant-table-tbody > tr > td { - user-select: none; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;