diff --git a/css/cms_left.css b/css/cms_left.css index 6a45ffbc..39d3e6d3 100644 --- a/css/cms_left.css +++ b/css/cms_left.css @@ -16,6 +16,11 @@ #ReportSelector_holder select { width: 75%; } + /* reset for a fieldtype that shouldn't have this width setting */ + #left form.actionparams .dropdownpopup select { + width: auto; + } + #PageType, #ReportSelector_holder select { float: left;