From 6beb5476024cb8d771e3a9920b34460bc150200f Mon Sep 17 00:00:00 2001 From: yuli Date: Thu, 16 Jan 2025 23:15:42 +0200 Subject: [PATCH] fix diff display --- ui/site/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/site/style.css b/ui/site/style.css index 47be622..1f43f56 100644 --- a/ui/site/style.css +++ b/ui/site/style.css @@ -46,4 +46,4 @@ transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-s .container .bigblock .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-text {font-size:14px;} input[type=checkbox].form-control:focus {box-shadow:unset;} .terminal {background-color:#f9f9f9;color:#c7254e;padding:20px;border-radius:.25rem;font-family:'Monaco',monospace;border:1px solid #eaeded;} -pre {margin:0;white-space:pre-wrap;word-break:break-all;line-height:1.5;color:unset;} +pre {margin:0;white-space:pre;word-break:break-all;line-height:1.5;color:unset;}