From e5e603d3d897cb0a80d9b319be51443394f128e8 Mon Sep 17 00:00:00 2001 From: Linty Date: Tue, 11 Jun 2024 17:27:24 +0200 Subject: [PATCH] (cp badc7c76b) 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 15d13c4ae..3bbc0f1c1 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; }