Skip to content

Commit 5941252

Browse files
Remove additional page generated when printing.
1 parent 8f5e89a commit 5941252

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

extensionDirectory/static/filings.css

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ p.filing-dated-city {
579579
display: none !important;
580580
}
581581
.page {
582-
page-break-after: always !important;
582+
page-break-after: always;
583583
position: relative;
584584
overflow: visible;
585585
background: #fff;
@@ -609,7 +609,6 @@ p.filing-dated-city {
609609
width: 100%;
610610
margin-left: 0.75in;
611611
margin-right: 0.75in;
612-
page-break-after: always;
613612
}
614613

615614
.footer-space__vertical-spacer {
@@ -675,6 +674,12 @@ p.filing-dated-city {
675674
line-height: 1.2em;
676675
font-family: 'Times New Roman', Times, serif;
677676
}
677+
678+
table:only-of-type .page:last-child,
679+
.all-filings section:last-child .page:nth-last-child(2) {
680+
page-break-after: avoid !important;
681+
height: 99vh;
682+
}
678683
}
679684

680685
/* cover letter */

0 commit comments

Comments
 (0)