feature: create css print

This commit is contained in:
Matthieu CAILLEAUX
2021-10-14 01:48:01 +02:00
parent 043a7881df
commit 16c50cc8dc

View File

@@ -338,9 +338,9 @@
.tab[data-tab] { .tab[data-tab] {
display: flex; display: flex;
height: auto !important; height: auto !important;
page-break-after: always; page-break-after: auto;
page-break-inside: avoid; page-break-inside: auto;
break-inside: avoid; break-inside: auto;
} }
table, table,