Skip to content

Commit 082184c

Browse files
author
Stefano Malagò
committed
Changed table size in DatasetSelection.tsx
1 parent c7c99d1 commit 082184c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

frontend/src/pages/tagging/DatasetSelection.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,11 @@ function DatasetSelection() {
4444
}
4545

4646
return (
47-
<TableContainer component={Paper}>
47+
<TableContainer component={Paper} style={{
48+
width: '98%',
49+
margin: 'auto'
50+
}
51+
}>
4852
<Table className={classes.table} aria-label="customized table">
4953
<TableHead>
5054
<TableRow>

0 commit comments

Comments
 (0)