From 740a1d06cf32d57aec395845069fb4432c9e17e2 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Tue, 4 Jun 2024 12:14:03 +0200 Subject: [PATCH] Enlarge popover so that contents display nicely in all languages --- assets/css/general.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/general.scss b/assets/css/general.scss index f2247a23..29778f84 100644 --- a/assets/css/general.scss +++ b/assets/css/general.scss @@ -402,7 +402,7 @@ li.language:hover { } body .popover { - max-width: 400px; + max-width: 430px; } body .popover-body strong {