mirror of
https://github.com/morpheus65535/bazarr
synced 2025-01-03 05:25:28 +00:00
Fixed manual upload table long names without spacing. #2448
This commit is contained in:
parent
77a157f0dd
commit
b2d807d9d9
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ const useStyles = createStyles((theme) => {
|
|||
display: "block",
|
||||
maxWidth: "100%",
|
||||
overflowX: "auto",
|
||||
overflowWrap: "anywhere",
|
||||
},
|
||||
table: {
|
||||
borderCollapse: "collapse",
|
||||
|
|
Loading…
Reference in a new issue