This commit is contained in:
Laurent Destailleur 2023-02-28 22:44:22 +01:00
parent c235b5c5a0
commit 77ff849892

View File

@ -908,7 +908,7 @@ class FormCompany extends Form
* @param string $morecss More css
* @return string HTML string with prof id
*/
public function get_input_id_prof($idprof, $htmlname, $preselected, $country_code, $morecss = 'maxwidth100onsmartphone quatrevingtpercent')
public function get_input_id_prof($idprof, $htmlname, $preselected, $country_code, $morecss = 'maxwidth200')
{
// phpcs:enable
global $conf, $langs, $hookmanager;