Solution to support overflow with jmobile
This commit is contained in:
parent
e34ff88bc0
commit
31430bb2f9
@ -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").' </td>';
|
print '<tr><td>'.$langs->trans("CategoryFilter").' </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>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user