Skip to content

Commit 6003639

Browse files
fix: frontend fixes (#492)
* feat: update header bar color * fix: fix error page
1 parent 20ca2e4 commit 6003639

File tree

1 file changed

+1
-1
lines changed
  • taxonomy-editor-frontend/src/pages/project/errors

1 file changed

+1
-1
lines changed

taxonomy-editor-frontend/src/pages/project/errors/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export const Errors = () => {
6666

6767
return (
6868
<Box sx={{ display: "flex", flexDirection: "column", gap: 2 }}>
69-
<TableContainer sx={{ width: 375, mb: 2 }}>
69+
<TableContainer sx={{ mb: 2 }}>
7070
<Table style={{ border: "solid", borderWidth: 1.5 }}>
7171
<TableHead>
7272
<TableCell align="left">

0 commit comments

Comments
 (0)