diff --git a/src/components/Table/TableRow.tsx b/src/components/Table/TableRow.tsx index 55196c58e901..e397c996c7ba 100644 --- a/src/components/Table/TableRow.tsx +++ b/src/components/Table/TableRow.tsx @@ -65,7 +65,6 @@ export default function TableRow({ styles.mh5, styles.flexRow, styles.highlightBG, - styles.overflowHidden, styles.alignItemsCenter, isInteractive && styles.userSelectNone, shouldUseNarrowTableLayout ? styles.ph4 : styles.ph3, diff --git a/src/components/Tables/WorkspaceCompanyCardsTable/index.tsx b/src/components/Tables/WorkspaceCompanyCardsTable/index.tsx index 52cdd0f9b14f..ed57d777458c 100644 --- a/src/components/Tables/WorkspaceCompanyCardsTable/index.tsx +++ b/src/components/Tables/WorkspaceCompanyCardsTable/index.tsx @@ -387,6 +387,7 @@ function WorkspaceCompanyCardsTable({ {!isLoading && isFeedPending && ( + {shouldUseNarrowTableLayout && headerButtonsComponent} )}