We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1d612f commit ef73ad9Copy full SHA for ef73ad9
site/src/components/TableHeaders/TableHeaders.tsx
@@ -17,7 +17,7 @@ export const TableHeaders: React.FC<TableHeadersProps> = ({ columns, hasMenu })
17
{c}
18
</TableCell>
19
))}
20
- {/* 1% is a hack to make the table cell width fits the content */}
+ {/* 1% is a trick to make the table cell width fit the content */}
21
{hasMenu && <TableCell width="1%" />}
22
</TableRow>
23
)
0 commit comments