Add checkbox for one datacard per page

This commit is contained in:
NilsUeter
2023-05-07 21:35:00 +02:00
parent b11c1c64bc
commit a9f5c71501
3 changed files with 37 additions and 14 deletions
+8 -4
View File
@@ -153,16 +153,20 @@ button:focus-visible {
background-color: #d0d1d3;
}
.avoid-page-break {
break-inside: avoid;
}
.page-break {
break-before: page;
}
@media print {
.print-display-none,
.print-display-none > * {
display: none;
}
.avoid-page-break {
break-inside: avoid;
}
#root {
min-width: 1000px;
}