diff options
-rw-r--r-- | themes/admin_default/css/screen.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/admin_default/css/screen.css b/themes/admin_default/css/screen.css index 82cc90eb..2d5f086c 100644 --- a/themes/admin_default/css/screen.css +++ b/themes/admin_default/css/screen.css @@ -214,7 +214,8 @@ li.gGroup { height: 200px; border: 1px solid gray; padding: .5em; - margin-right: 1em; + margin-right: 0 1em 1em 0; + overflow: auto; } #gAdminAdvancedSettings tr.setting:hover { |