Fixed manual upload table long names without spacing. #2448

This commit is contained in:
Anderson Shindy Oki 2024-04-16 00:42:15 +09:00 committed by GitHub
parent 77a157f0dd
commit b2d807d9d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ const useStyles = createStyles((theme) => {
display: "block",
maxWidth: "100%",
overflowX: "auto",
overflowWrap: "anywhere",
},
table: {
borderCollapse: "collapse",