From 9a6038c582d7978e9e1a9b71950585027f6cd9e2 Mon Sep 17 00:00:00 2001 From: Carl-Robert Linnupuu Date: Tue, 4 Apr 2023 16:00:05 +0100 Subject: [PATCH 1/2] Fix code from overflowing (fixes #75) --- src/main/resources/html/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/html/index.html b/src/main/resources/html/index.html index 54b28f14..c08706e8 100644 --- a/src/main/resources/html/index.html +++ b/src/main/resources/html/index.html @@ -41,6 +41,10 @@ overflow: auto; } + pre:not([class*='language-']) { + white-space: normal; + } + @keyframes roll { 0% { transform: rotate(0deg); From 49604f0546f97d3f63ccb5b5bdd8feb576c148fa Mon Sep 17 00:00:00 2001 From: Carl-Robert Linnupuu Date: Tue, 4 Apr 2023 16:06:35 +0100 Subject: [PATCH 2/2] 1.9.1 - Fix code from overflowing --- build.gradle.kts | 2 +- src/main/resources/META-INF/plugin.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 70945196..75ab3537 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ plugins { } group = "ee.carlrobert" -version = "1.9.0" +version = "1.9.1" repositories { mavenCentral() diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index 0e17d52e..20e5bbaf 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -59,6 +59,7 @@
  • New Chat UI
  • Markdown rendering
  • Fix text input placeholder
  • +
  • Fix code from overflowing
  • ]]>