diff --git a/src/ui/React/LogBoxManager.tsx b/src/ui/React/LogBoxManager.tsx index 8da57a924..08d5e2586 100644 --- a/src/ui/React/LogBoxManager.tsx +++ b/src/ui/React/LogBoxManager.tsx @@ -103,6 +103,7 @@ const useStyles = makeStyles((_theme: Theme) => scrollbarWidth: "auto", flexDirection: "column-reverse", whiteSpace: "pre-wrap", + wordWrap: "break-word", }, titleButton: { padding: "1px 0",