From 934066fed80efa226baf9fd0c1e8f9eced5af86c Mon Sep 17 00:00:00 2001 From: Sarjuuk Date: Sun, 23 Apr 2023 19:52:36 +0200 Subject: [PATCH] Tooltips/Style * also fix width for secondary tooltips --- static/js/basic.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/js/basic.js b/static/js/basic.js index 5c747e33..b4987d45 100644 --- a/static/js/basic.js +++ b/static/js/basic.js @@ -1978,7 +1978,8 @@ $WH.Tooltip = { tooltip.style.width = 'max-content'; // tooltip.style.width = tow + 'px'; - tt2.style.width = tt2w + 'px'; + tt2.style.width = 'max-content'; + // tt2.style.width = tt2w + 'px'; var rect,