This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 6c2ccc44bdc chore(table): drop dead th.ant-column-cell selector 
(#42407)
6c2ccc44bdc is described below

commit 6c2ccc44bdc08fe13ee50aae68d24c31322c2614
Author: Evan Rusackas <[email protected]>
AuthorDate: Sat Jul 25 18:31:07 2026 -0700

    chore(table): drop dead th.ant-column-cell selector (#42407)
    
    Co-authored-by: Claude Fable 5 <[email protected]>
---
 .../superset-ui-core/src/components/TableCollection/index.tsx       | 6 ------
 1 file changed, 6 deletions(-)

diff --git 
a/superset-frontend/packages/superset-ui-core/src/components/TableCollection/index.tsx
 
b/superset-frontend/packages/superset-ui-core/src/components/TableCollection/index.tsx
index 8184dfe85ce..16dcd6210ce 100644
--- 
a/superset-frontend/packages/superset-ui-core/src/components/TableCollection/index.tsx
+++ 
b/superset-frontend/packages/superset-ui-core/src/components/TableCollection/index.tsx
@@ -66,12 +66,6 @@ const StyledTable = styled(Table)<{
   showRowCount?: boolean;
 }>`
   ${({ theme, isPaginationSticky, showRowCount }) => `
-    th.ant-column-cell {
-      overflow: hidden;
-      text-overflow: ellipsis;
-      white-space: nowrap;
-    }
-
     .actions {
       opacity: 0;
       font-size: ${theme.fontSizeXL}px;

Reply via email to