Skip to content

Commit 5286123

Browse files
Merge pull request #298 from DashAISoftware/fix/dataset-preview-height
fix: increase height of dataset preview box for better visibility
2 parents 2f413e8 + 843fba8 commit 5286123

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DashAI/front/src/components/notebooks/notebook/DatasetPreviewNotebook.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ export default function DatasetPreviewNotebook({
149149
</Box>
150150
</AccordionSummary>
151151
<AccordionDetails>
152-
<Box sx={{ height: 325, width: "100%" }}>
152+
<Box sx={{ height: 345, width: "100%" }}>
153153
{" "}
154154
{/* Table */}
155155
<DatasetTable

0 commit comments

Comments
 (0)