Reduce spacing in action log error summary to prevet cut-off

This commit is contained in:
Julian Stirling 2026-06-30 21:03:31 +01:00
parent c5867b02e9
commit b9fe7961ab

View file

@ -16,8 +16,7 @@
<div class="log-summary">
<div class="log-summary-text">
<div v-if="taskStatus === 'error'" class="status-error">
<p>The task failed due to an error:</p>
<p>{{ errorMessage }}</p>
<p>The task failed due to an error:<br />{{ errorMessage }}</p>
</div>
<div v-else-if="taskStatus == 'cancelled'" class="status-cancelled">