Skip to content

Commit

Permalink
Fixed manual upload table long names without spacing. #2448
Browse files Browse the repository at this point in the history
  • Loading branch information
anderson-oki committed Apr 15, 2024
1 parent 77a157f commit b2d807d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/tables/BaseTable.tsx
Expand Up @@ -24,6 +24,7 @@ const useStyles = createStyles((theme) => {
display: "block",
maxWidth: "100%",
overflowX: "auto",
overflowWrap: "anywhere",
},
table: {
borderCollapse: "collapse",
Expand Down

0 comments on commit b2d807d

Please sign in to comment.