aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-rw-r--r--admin/template/goto/default-layout.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/template/goto/default-layout.css b/admin/template/goto/default-layout.css
index ce62d4b58..f9f30ec1e 100644
--- a/admin/template/goto/default-layout.css
+++ b/admin/template/goto/default-layout.css
@@ -91,7 +91,7 @@ TABLE.doubleSelect TD {
}
TABLE.doubleSelect SELECT.categoryList {
- width: 100%;
+ width: 100%; max-width: 100%; overflow-x: auto; /* Bug 532 */
}
FORM#categoryPermissions LI {