2
0
forked from Wavyzz/dolibarr

Fix responsive

This commit is contained in:
Laurent Destailleur
2021-12-25 12:44:46 +01:00
parent 4eb9a7625a
commit 3fc0205d0b
6 changed files with 29 additions and 20 deletions

View File

@@ -761,7 +761,7 @@ class FormFile
$arraykeys = array_keys($modellist);
$modelselected = $arraykeys[0];
}
$morecss = 'maxwidth200';
$morecss = 'minwidth75 maxwidth200';
if ($conf->browser->layout == 'phone') {
$morecss = 'maxwidth100';
}