feature: create css print
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user