diff --git a/lam/lib/baseModule.inc b/lam/lib/baseModule.inc index aeb30b4c..5f4cbd2e 100644 --- a/lam/lib/baseModule.inc +++ b/lam/lib/baseModule.inc @@ -1398,6 +1398,7 @@ abstract class baseModule { $help = new htmlHelpLink($attrName); $help->alignment = htmlElement::ALIGN_TOP; $subContainer = new htmlTable(); + $subContainer->setCSSClasses(array('fullwidth')); $subContainer->alignment = htmlElement::ALIGN_TOP; for ($i = 0; $i < sizeof($values); $i++) { if (!$isTextArea) {