From b9fe7961abb323a1edd91f969c5dbaff9d4d81a5 Mon Sep 17 00:00:00 2001 From: Julian Stirling Date: Tue, 30 Jun 2026 21:03:31 +0100 Subject: [PATCH] Reduce spacing in action log error summary to prevet cut-off --- webapp/src/components/labThingsComponents/actionLogDisplay.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/webapp/src/components/labThingsComponents/actionLogDisplay.vue b/webapp/src/components/labThingsComponents/actionLogDisplay.vue index 32b158ed..d8f3e29c 100644 --- a/webapp/src/components/labThingsComponents/actionLogDisplay.vue +++ b/webapp/src/components/labThingsComponents/actionLogDisplay.vue @@ -16,8 +16,7 @@
-

The task failed due to an error:

-

{{ errorMessage }}

+

The task failed due to an error:
{{ errorMessage }}