From edbf9905942d3ca57a101b60ee35a74471b335e8 Mon Sep 17 00:00:00 2001 From: wanglin Date: Fri, 23 May 2025 15:34:09 +0800 Subject: [PATCH] Preserve whitespaces on detail log webview --- app/logbook/olog/ui/src/main/resources/detail_log_webview.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/logbook/olog/ui/src/main/resources/detail_log_webview.css b/app/logbook/olog/ui/src/main/resources/detail_log_webview.css index 535b6a6026..a6661d21be 100644 --- a/app/logbook/olog/ui/src/main/resources/detail_log_webview.css +++ b/app/logbook/olog/ui/src/main/resources/detail_log_webview.css @@ -42,6 +42,7 @@ blockquote{ p{ margin-top: 5px; + white-space: pre-wrap; } .olog-table {