Fix missing css

This commit is contained in:
Laurent Destailleur 2016-09-19 13:57:18 +02:00
parent 0c342284f0
commit 079ed88119

View File

@ -1125,7 +1125,7 @@ class Form
$resql=$this->db->query($sql);
if ($resql)
{
print '<select class="flat" name="'.$htmlname.'">';
print '<select class="flat maxwidthonsmartphone" name="'.$htmlname.'">';
$num = $this->db->num_rows($resql);
$qualifiedlines=$num;