Parcourir la source

[backend] Récap : page-break-inside dans les table pour permettre l'impression de récaps avec beaucoup de produits.

dev
Guillaume il y a 4 ans
Parent
révision
da8b8ff1ae
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. +1
    -0
      backend/controllers/DistributionController.php

+ 1
- 0
backend/controllers/DistributionController.php Voir le fichier

@@ -498,6 +498,7 @@ class DistributionController extends BackendController
border: solid 1px #e0e0e0 ;
padding: 3px 8px ;
vertical-align : top;
page-break-inside: avoid !important;
}

table tr th {

Chargement…
Annuler
Enregistrer