Skip to content

Commit ef88475

Browse files
authored
fix bug for graph display (#7090)
#7084
1 parent b55fed9 commit ef88475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchci/components/metrics/panels/TablePanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export function TablePanelWithData({
100100
}
101101

102102
return (
103-
<Box sx={{ mb: 2, overflow: "hidden" }}>
103+
<Box sx={{ display: "flex", flexDirection: "column", height: "100%" }}>
104104
<Header />
105105
<DataGrid
106106
style={customStyle}

0 commit comments

Comments
 (0)