From d09c88f71cb2508586be38369e6d6b34475a631d Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Thu, 18 Apr 2024 11:14:26 +0200 Subject: [PATCH] Fix formatting issue in deployment show.blade.php --- .../livewire/project/application/deployment/show.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/livewire/project/application/deployment/show.blade.php b/resources/views/livewire/project/application/deployment/show.blade.php index edb2a0f72..a8d4f3847 100644 --- a/resources/views/livewire/project/application/deployment/show.blade.php +++ b/resources/views/livewire/project/application/deployment/show.blade.php @@ -87,7 +87,7 @@ class="fixed top-4 right-16" x-on:click="toggleScroll"> $line['hidden'], - 'text-red-500 font-bold' => $line['type'] == 'stderr', + 'text-red-500 font-bold whitespace-pre-line' => $line['type'] == 'stderr', ])>[{{ $line['timestamp'] }}] @if ($line['hidden'])

[COMMAND] {{ $line['command'] }}
[OUTPUT] @endif @if (str($line['output'])->contains('http://') || str($line['output'])->contains('https://')) @@ -100,7 +100,7 @@ class="fixed top-4 right-16" x-on:click="toggleScroll"> @endforeach