fix(web): keep printed cut-list rows together
Build CutList image / build-and-push (push) Successful in 22s
Build CutList image / build-and-push (push) Successful in 22s
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user