From cfd1dea302b493747b1c5e659ff1c1c725378e06 Mon Sep 17 00:00:00 2001 From: AlCalzone Date: Mon, 16 Oct 2023 11:21:35 +0200 Subject: [PATCH] fix(ui): formatting in debug window (#3344) --- src/views/Debug.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/Debug.vue b/src/views/Debug.vue index dfb8237286..5668e19277 100644 --- a/src/views/Debug.vue +++ b/src/views/Debug.vue @@ -64,6 +64,7 @@ overflow-y: scroll; border: 1px solid grey; padding: 10px; + white-space: pre; " class="mono" v-html="filteredLogs.join('')"