Add checkbox for one datacard per page
This commit is contained in:
+8
-4
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user