Skip to content

Commit 5fcdef2

Browse files
committed
Disable truncate to ensure actions always show
1 parent 9ec68cb commit 5fcdef2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/compass-indexes/src/components/indexes-table/indexes-table.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ export function IndexesTable<T>({
116116
className={tableStyles}
117117
data-testid={`${dataTestId}-list`}
118118
table={table}
119+
shouldTruncate={false}
119120
>
120121
<TableHead
121122
isSticky

0 commit comments

Comments
 (0)