Skip to content

Commit 4ccd62d

Browse files
Update
1 parent 025f3d3 commit 4ccd62d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

resources/views/investigation/pdf.blade.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,17 @@
3333
3434
.section {
3535
margin-bottom: 15px;
36+
page-break-inside: avoid;
37+
break-inside: avoid;
3638
}
3739
3840
.box {
3941
border: 1px solid #ccc;
4042
padding: 6px 8px;
4143
margin-bottom: 6px;
4244
border-radius: 4px;
45+
page-break-inside: avoid;
46+
break-inside: avoid;
4347
}
4448
4549
.alert {

0 commit comments

Comments
 (0)