Skip to content

Commit

Permalink
Rester sur la propriété page-break-after pour la génération de PDF
Browse files Browse the repository at this point in the history
Le générateur de pdf ne supporte pas la nouvelle propriété `break-after`.
  • Loading branch information
etienneCharignon committed Sep 8, 2020
1 parent 1893340 commit fb4e646
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
}

.saut-de-page {
break-after: always;
page-break-after: always;
}

.btn-group {
Expand Down

0 comments on commit fb4e646

Please sign in to comment.