responsive

This commit is contained in:
Roland Gruber 2019-09-03 21:31:29 +02:00
parent 44fc341de9
commit 51eaeed060
1 changed files with 1 additions and 0 deletions

View File

@ -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) {