diff --git a/htdocs/user/bank.php b/htdocs/user/bank.php
index 3852ed8b73e..7cd8bbe6863 100644
--- a/htdocs/user/bank.php
+++ b/htdocs/user/bank.php
@@ -580,6 +580,7 @@ if ($action != 'edit' && $action != 'create') { // If not bank account yet, $ac
if ($resql) {
$num = $db->num_rows($resql);
+ print '
'; // You can use div-table-responsive-no-min if you dont need reserved height for your table
print '
';
print '';
@@ -620,6 +621,7 @@ if ($action != 'edit' && $action != 'create') { // If not bank account yet, $ac
print '| '.$langs->trans("None").'';
}
print " |
";
+ print "
";
} else {
dol_print_error($db);
}
@@ -639,6 +641,7 @@ if ($action != 'edit' && $action != 'create') { // If not bank account yet, $ac
if ($resql) {
$num = $db->num_rows($resql);
+ print ''; // You can use div-table-responsive-no-min if you dont need reserved height for your table
print '
';
print '';
@@ -674,6 +677,7 @@ if ($action != 'edit' && $action != 'create') { // If not bank account yet, $ac
print '| '.$langs->trans("None").'';
}
print " |
";
+ print "
";
} else {
dol_print_error($db);
}
@@ -695,6 +699,7 @@ if ($action != 'edit' && $action != 'create') { // If not bank account yet, $ac
if ($resql) {
$num = $db->num_rows($resql);
+ print ''; // You can use div-table-responsive-no-min if you dont need reserved height for your table
print '
';
print '';
@@ -725,6 +730,7 @@ if ($action != 'edit' && $action != 'create') { // If not bank account yet, $ac
print '| '.$langs->trans("None").'';
}
print " |
";
+ print "
";
} else {
dol_print_error($db);
}