From 8a9a0b4a9ef667460ac3b93846f9bfb4125b3742 Mon Sep 17 00:00:00 2001 From: Nasreddine Bencherchali <8741929+nasbench@users.noreply.github.com> Date: Thu, 30 Nov 2023 23:39:10 +0100 Subject: [PATCH] fix: #26 --- static/css/style.css | 16 ++++++++++++---- templates/index.html | 2 +- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index ac6239b..8274bd5 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -53,10 +53,18 @@ pre:has(> #pipeline-code:empty)::after { width: 20px; } -div[class*="language-"], -code[class*="language-"], -code[class*="language-"] *, -pre[class*="language-"] { +div[class*="language-yaml"], +code[class*="language-yaml"], +code[class*="language-yaml"] *, +pre[class*="language-yaml"] { + word-break: break-word !important; + white-space: pre !important; +} + +div[class*="language-splunk"], +code[class*="language-splunk"], +code[class*="language-splunk"] *, +pre[class*="language-splunk"] { word-break: break-word !important; white-space: pre-line !important; } diff --git a/templates/index.html b/templates/index.html index 8ae3b8e..267bb7f 100644 --- a/templates/index.html +++ b/templates/index.html @@ -175,7 +175,7 @@ query

-
+          
             the generated query should be displayed here :)