Skip to content

Commit

Permalink
Remove additional page generated when printing.
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWEdwards committed Jul 14, 2023
1 parent 8f5e89a commit 5941252
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions extensionDirectory/static/filings.css
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ p.filing-dated-city {
display: none !important;
}
.page {
page-break-after: always !important;
page-break-after: always;
position: relative;
overflow: visible;
background: #fff;
Expand Down Expand Up @@ -609,7 +609,6 @@ p.filing-dated-city {
width: 100%;
margin-left: 0.75in;
margin-right: 0.75in;
page-break-after: always;
}

.footer-space__vertical-spacer {
Expand Down Expand Up @@ -675,6 +674,12 @@ p.filing-dated-city {
line-height: 1.2em;
font-family: 'Times New Roman', Times, serif;
}

table:only-of-type .page:last-child,
.all-filings section:last-child .page:nth-last-child(2) {
page-break-after: avoid !important;
height: 99vh;
}
}

/* cover letter */
Expand Down

0 comments on commit 5941252

Please sign in to comment.