From 503bf7bc6afab61c54e2d3e899ea701f30e5d5bc Mon Sep 17 00:00:00 2001 From: LightSaveUs <108632621+LightSaveUs@users.noreply.github.com> Date: Wed, 12 Oct 2022 02:32:56 +0300 Subject: [PATCH] Tooltip Max Width Adjustment --- static/koboldai.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/koboldai.css b/static/koboldai.css index c1928750..5a5fdcf6 100644 --- a/static/koboldai.css +++ b/static/koboldai.css @@ -1902,7 +1902,8 @@ body { .tooltip-standard { border: 3px ridge grey; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; - max-width: min-context; + width: min-context; + max-width: 300px; } .tooltip-context-token {