From a87c0fa755e7c86c1b435839167d956db2b7b464 Mon Sep 17 00:00:00 2001 From: Matthias Mees Date: Fri, 16 Jan 2015 12:47:28 +0100 Subject: [PATCH] Fix overflowing plugin names on small resolutions --- templates/2k11/admin/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/2k11/admin/style.css b/templates/2k11/admin/style.css index 3d72a6c5..57d4f611 100644 --- a/templates/2k11/admin/style.css +++ b/templates/2k11/admin/style.css @@ -1139,6 +1139,7 @@ summary { } #workspace, +.plugin_data, .serendipity_statistics > .wide_box { overflow: hidden; }