From 5fdb253448d18212577a834abe77c8151b2431c4 Mon Sep 17 00:00:00 2001 From: Matthias Mees Date: Fri, 16 Jan 2015 11:55:33 +0100 Subject: [PATCH] Make sure media/template info does not overflow References #230 --- 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 e81f0141..0bc8ef59 100644 --- a/templates/2k11/admin/style.css +++ b/templates/2k11/admin/style.css @@ -2257,6 +2257,7 @@ label .perm_name, box-sizing: border-box; color: #fcfcfc; height: 100%; + overflow: hidden; padding: .5em 1em; position: absolute; top: 0;