Compare commits

..

1 Commits

Author SHA1 Message Date
Evan Rusackas
5b8107f9ce chore(table): drop dead th.ant-column-cell selector
th.ant-column-cell matches nothing antd renders, and header truncation
is already handled by the .ant-table-cell rule below (th and td both
carry that class), so the block was doubly dead. Remove it.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-24 20:03:19 -07:00

View File

@@ -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;