diff --git a/htdocs/societe/rib.php b/htdocs/societe/rib.php index 92b3ef01552082cbd0e452d94629428c8378758b..615fba52659c5bf70db2f6843515eca69473e0d2 100644 --- a/htdocs/societe/rib.php +++ b/htdocs/societe/rib.php @@ -440,7 +440,8 @@ if ($socid && $action != 'edit' && $action != "create") $var = false; if (is_array($rib_list)) { - print '<table class="liste" width="100%">'; + print '<div class="div-table-responsive">'; // You can use div-table-responsive-no-min if you dont need reserved height for your table + print '<table class="liste" width="100%">'; print '<tr class="liste_titre">'; print_liste_field_titre("LabelRIB"); @@ -617,6 +618,7 @@ if ($socid && $action != 'edit' && $action != "create") } print '</table>'; + print '</div>'; } else { dol_print_error($db); }