diff --git a/CHANGELOG.md b/CHANGELOG.md
index 836014d..2a451ab 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -25,6 +25,7 @@ As this project is a user-facing application, the places in the semantic version
### Fixed
- Status panel is empty for new corpus, until page is reloaded [#151](https://github.com/spraakbanken/mink-frontend/issues/151)
+- Word wrapping in log output in status panel [#139](https://github.com/spraakbanken/mink-frontend/issues/139)
- Upgraded dependencies
## [1.2.0] (2024-01-17)
diff --git a/src/components/TerminalOutput.vue b/src/components/TerminalOutput.vue
index 94e6fa9..b8eb0d6 100644
--- a/src/components/TerminalOutput.vue
+++ b/src/components/TerminalOutput.vue
@@ -1,3 +1,5 @@
-
+
diff --git a/src/corpus/job/JobStatus.vue b/src/corpus/job/JobStatus.vue
index cb8f99a..7af4133 100644
--- a/src/corpus/job/JobStatus.vue
+++ b/src/corpus/job/JobStatus.vue
@@ -75,10 +75,9 @@ async function doRunJob() {