Skip to content

Commit

Permalink
fix: bug (#5373)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlhiter authored Feb 13, 2025
1 parent 6a332d3 commit 7257c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/providers/devbox/components/AdvancedTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const AdvancedTable = ({ columns, data, itemClass = '' }: Props) => {
<Grid
templateColumns={`repeat(${columns.length},1fr)`}
overflowX={'auto'}
minH={'fit-content'}
minH={'70px'}
key={index1}
bg={'white'}
_hover={{
Expand Down

0 comments on commit 7257c6e

Please sign in to comment.