Skip to content

Commit

Permalink
Fix table underflow (#3030)
Browse files Browse the repository at this point in the history
Signed-off-by: Vasilis Themelis <[email protected]>
  • Loading branch information
vthemelis authored Oct 11, 2023
1 parent 8ad1232 commit e1de7bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ export const JobsTableContainer = ({
style={{
width: table.getCenterTotalSize(),
borderLeft: "1px solid #cccccc",
height: "100%",
maxHeight: "100%",
}}
>
<TableHead>
Expand Down

0 comments on commit e1de7bd

Please sign in to comment.