Skip to content

Commit ef73ad9

Browse files
Update site/src/components/TableHeaders/TableHeaders.tsx
Co-authored-by: G r e y <grey@coder.com>
1 parent c1d612f commit ef73ad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/components/TableHeaders/TableHeaders.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const TableHeaders: React.FC<TableHeadersProps> = ({ columns, hasMenu })
1717
{c}
1818
</TableCell>
1919
))}
20-
{/* 1% is a hack to make the table cell width fits the content */}
20+
{/* 1% is a trick to make the table cell width fit the content */}
2121
{hasMenu && <TableCell width="1%" />}
2222
</TableRow>
2323
)

0 commit comments

Comments
 (0)