Solution to support overflow with jmobile

This commit is contained in:
Laurent Destailleur 2013-10-26 23:44:19 +02:00
parent e34ff88bc0
commit 31430bb2f9

View File

@ -376,7 +376,7 @@ if ($id > 0 || ! empty($ref))
if (! empty($conf->categorie->enabled)) if (! empty($conf->categorie->enabled))
{ {
print '<tr><td>'.$langs->trans("CategoryFilter").' &nbsp; </td>'; print '<tr><td>'.$langs->trans("CategoryFilter").' &nbsp; </td>';
print '<td>'.$form->select_all_categories(0, $parent).'</td></tr>'; print '<td class="overflowwithjm200">'.$form->select_all_categories(0, $parent).'</td></tr>';
} }
print '</table>'; print '</table>';