diff options
-rw-r--r-- | admin/template/goto/default-layout.css | 2 |
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 { |