Responsive

This commit is contained in:
Laurent Destailleur 2021-02-22 16:21:05 +01:00
parent 122538ca51
commit b674ebad88

View File

@ -824,7 +824,7 @@ class FormCompany extends Form
}
if (count($newselected) > 0) $selected = $newselected;
}
return $this->multiselectarray($htmlname, $contactType, $selected);
return $this->multiselectarray($htmlname, $contactType, $selected, 0, 0, 'minwidth500');
}
return 'ErrorBadValueForParameterRenderMode'; // Should not happened