FIX Responsive

This commit is contained in:
Laurent Destailleur 2017-09-16 09:13:57 +02:00
parent a6b600c8a1
commit baa32f6ed8

View File

@ -5552,6 +5552,8 @@ class Form
print '<br><!-- showLinkedObjectBlock -->';
print load_fiche_titre($langs->trans('RelatedObjects'), $morehtmlright, '');
print '<div class="div-table-responsive-no-min">';
print '<table class="noborder allwidth">';
print '<tr class="liste_titre">';
@ -5645,6 +5647,7 @@ class Form
}
print '</table>';
print '</div>';
return $nbofdifferenttypes;
}