We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20ca2e4 commit 6003639Copy full SHA for 6003639
taxonomy-editor-frontend/src/pages/project/errors/index.tsx
@@ -66,7 +66,7 @@ export const Errors = () => {
66
67
return (
68
<Box sx={{ display: "flex", flexDirection: "column", gap: 2 }}>
69
- <TableContainer sx={{ width: 375, mb: 2 }}>
+ <TableContainer sx={{ mb: 2 }}>
70
<Table style={{ border: "solid", borderWidth: 1.5 }}>
71
<TableHead>
72
<TableCell align="left">
0 commit comments