From badc7c76b9b6edc49490f22669eefdcbe9a98319 Mon Sep 17 00:00:00 2001 From: Linty Date: Tue, 11 Jun 2024 17:23:33 +0200 Subject: [PATCH] fixes #2167 add max-width for storage tooltips --- admin/themes/default/theme.css | 1 + 1 file changed, 1 insertion(+) diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index b358f781c..dc733a840 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -1613,6 +1613,7 @@ a.stat-box:hover { .storage-tooltips .tooltip { min-width: 265px; + max-width: 400px; padding: 15px 20px; }