From 03e9778c4cdd710896e72ff4e33429c7078145e1 Mon Sep 17 00:00:00 2001 From: Gergely Gulyas Date: Wed, 1 Jul 2026 10:40:03 +0200 Subject: [PATCH 1/2] [gui] Break the report step message to multiple lines if too long The report step message can overflow off of the report step message container which makes it hard to read and understand. This change fixes the issue and makes the text break to multiple lines if it is too long. --- .../components/Report/ReportStepMessage.vue | 22 +++++++++++-------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/web/server/vue-cli/src/components/Report/ReportStepMessage.vue b/web/server/vue-cli/src/components/Report/ReportStepMessage.vue index 3ed84e9f80..671626d70b 100644 --- a/web/server/vue-cli/src/components/Report/ReportStepMessage.vue +++ b/web/server/vue-cli/src/components/Report/ReportStepMessage.vue @@ -1,16 +1,15 @@