fix(web): keep printed cut-list rows together
Build CutList image / build-and-push (push) Successful in 22s

This commit is contained in:
aj
2026-08-03 01:51:11 +00:00
parent 3ccaddef0c
commit 25af9e3ba8
3 changed files with 19 additions and 1 deletions
+6
View File
@@ -373,6 +373,12 @@
padding: 0 !important;
}
/* Keep each stock-bar result, its cuts, and its waste on one printed page. */
.cutlist-material-card tbody tr {
break-inside: avoid;
page-break-inside: avoid;
}
/* Reduce spacing */
.mb-4 {
margin-bottom: 0.5rem !important;