web/CaptchaTooltip: increase max width

allows for prettier layout of text in languages other than english
This commit is contained in:
wukko
2025-06-15 15:16:32 +06:00
parent e18575f78c
commit 2ac9153142

View File

@@ -40,7 +40,7 @@
} }
.tooltip-body { .tooltip-body {
max-width: 180px; max-width: 190px;
position: relative; position: relative;
pointer-events: none; pointer-events: none;