Fixed manual upload table long names without spacing. #2448

pull/2454/head
Anderson Shindy Oki 6 months ago committed by GitHub
parent 77a157f0dd
commit b2d807d9d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save