Browse Source

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

dev
Guillaume 4 years ago
parent
commit
da8b8ff1ae
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      backend/controllers/DistributionController.php

+ 1
- 0
backend/controllers/DistributionController.php View File

border: solid 1px #e0e0e0 ; border: solid 1px #e0e0e0 ;
padding: 3px 8px ; padding: 3px 8px ;
vertical-align : top; vertical-align : top;
page-break-inside: avoid !important;
} }


table tr th { table tr th {

Loading…
Cancel
Save