diff --git a/htdocs/admin/stock.php b/htdocs/admin/stock.php
index 211996712a9..603d7778aa9 100644
--- a/htdocs/admin/stock.php
+++ b/htdocs/admin/stock.php
@@ -207,6 +207,7 @@ print '';
print '';
// Title rule for stock decrease
+print '
'; // You can use div-table-responsive-no-min if you dont need reserved height for your table
print '
';
print '';
print "| ".$langs->trans("RuleForStockManagementDecrease")." | \n";
@@ -293,12 +294,13 @@ print "\n
\n";
$found++;
print '
';
-
+print '
';
print '
';
// Title rule for stock increase
+print ''; // You can use div-table-responsive-no-min if you dont need reserved height for your table
print '
';
print '';
print "| ".$langs->trans("RuleForStockManagementIncrease")." | \n";
@@ -396,9 +398,11 @@ if (isModEnabled("reception")) {
}
print '
';
+print '
';
print '
';
+print ''; // You can use div-table-responsive-no-min if you dont need reserved height for your table
print '
';
print '';
print "| ".$langs->trans("RuleForStockAvailability")." | \n";
@@ -461,6 +465,7 @@ if (isModEnabled("expedition")) {
print "
\n";
}
print '
';
+print '
';
print '
';
@@ -475,6 +480,7 @@ if (!empty($conf->global->STOCK_CALCULATE_ON_SHIPMENT)
}
if ($virtualdiffersfromphysical) {
+ print ''; // You can use div-table-responsive-no-min if you dont need reserved height for your table
print '
';
print '';
print "| ".$langs->trans("RuleForStockReplenishment")." ".img_help('help', $langs->trans("VirtualDiffersFromPhysical"))." | \n";
@@ -495,6 +501,7 @@ if ($virtualdiffersfromphysical) {
print "\n";
print "
\n";
print '
';
+ print '
';
print '
';
}
@@ -533,8 +540,9 @@ if ($resql) {
}
-print "\n";
-print "\n";
+print ''; // You can use div-table-responsive-no-min if you dont need reserved height for your table
+print '
'."\n";
+print ''."\n";
print '| '.$langs->trans("Name").' | ';
print ''.$langs->trans("Description").' | ';
print ''.$langs->trans("Status")." | \n";
@@ -646,6 +654,7 @@ foreach ($dirmodels as $reldir) {
}
print '
';
+print '
';
print '';
@@ -658,6 +667,7 @@ print '';
print load_fiche_titre($langs->trans("Other"), '', '');
+print ''; // You can use div-table-responsive-no-min if you dont need reserved height for your table
print '
';
print '';
@@ -804,6 +814,7 @@ if (isModEnabled('productbatch')) {
*/
print '
';
+print '
';
print '';