From 2ac915314205063dd3919f7175abd744832d5027 Mon Sep 17 00:00:00 2001 From: wukko Date: Sun, 15 Jun 2025 15:16:32 +0600 Subject: [PATCH] web/CaptchaTooltip: increase max width allows for prettier layout of text in languages other than english --- web/src/components/save/CaptchaTooltip.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/save/CaptchaTooltip.svelte b/web/src/components/save/CaptchaTooltip.svelte index f114090d..af769e6f 100644 --- a/web/src/components/save/CaptchaTooltip.svelte +++ b/web/src/components/save/CaptchaTooltip.svelte @@ -40,7 +40,7 @@ } .tooltip-body { - max-width: 180px; + max-width: 190px; position: relative; pointer-events: none;