option 1. limit by em
Index: amp_conf/htdocs/admin/common/mainstyle.css
===================================================================
--- amp_conf/htdocs/admin/common/mainstyle.css (revision 3545)
+++ amp_conf/htdocs/admin/common/mainstyle.css (working copy)
@@ -281,6 +281,7 @@
margin-top:15px;
/* make it scroll */
max-height:35em;
+ max-width:15em;
overflow:auto;
}
.rnav ul li {
option 2. limit by px
Index: amp_conf/htdocs/admin/common/mainstyle.css
===================================================================
--- amp_conf/htdocs/admin/common/mainstyle.css (revision 3545)
+++ amp_conf/htdocs/admin/common/mainstyle.css (working copy)
@@ -281,6 +281,7 @@
margin-top:15px;
/* make it scroll */
max-height:35em;
+ max-width:200px;
overflow:auto;
}
.rnav ul li {