From cbb98a2f9d9290e7b0d56bb1b1fe55024b7b3fff Mon Sep 17 00:00:00 2001 From: miguel angel rasteu Date: Fri, 12 May 2023 10:56:48 +0200 Subject: [PATCH 1/2] #11150 Add new properties to pre-wrap class --- pandora_console/include/styles/pandora.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index adf1325b07..e531e8c3cc 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -9006,6 +9006,8 @@ div.graph div.legend table { .pre-wrap { white-space: pre-wrap; + word-wrap: break-word; + font-family: monospace; } .reporting_ulr_img { From af2f8fcab8a1201c5d74d2409baceb5230bfef2a Mon Sep 17 00:00:00 2001 From: miguel angel rasteu Date: Fri, 12 May 2023 12:56:22 +0200 Subject: [PATCH 2/2] Fix font family --- pandora_console/include/styles/pandora.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index e531e8c3cc..820b1e605a 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -9007,7 +9007,7 @@ div.graph div.legend table { .pre-wrap { white-space: pre-wrap; word-wrap: break-word; - font-family: monospace; + font-family: "Courier New"; } .reporting_ulr_img {