Reduce spacing in action log error summary to prevet cut-off
This commit is contained in:
parent
c5867b02e9
commit
b9fe7961ab
1 changed files with 1 additions and 2 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue