From 05659b9c4105633d9cece2612edac0c083e930af Mon Sep 17 00:00:00 2001 From: LightSaveUs <108632621+LightSaveUs@users.noreply.github.com> Date: Thu, 27 Oct 2022 17:43:35 +0300 Subject: [PATCH] Experimental Tooltips Width --- static/koboldai.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/koboldai.css b/static/koboldai.css index e717f87a..95c36d7d 100644 --- a/static/koboldai.css +++ b/static/koboldai.css @@ -1896,7 +1896,7 @@ body { border: 1px ridge grey; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; width: min-context; - max-width: 300px; + max-width: 350px; } .tooltip-context-token { @@ -2780,4 +2780,4 @@ select { [system_experimental_features="false"] { display: none; -} \ No newline at end of file +}