ensure pdf pages are never zero-height
This commit is contained in:
parent
eec14b9c92
commit
2ac0a55ccf
2 changed files with 2 additions and 1 deletions
|
@ -119,6 +119,7 @@ ul, ol, div, p {
|
|||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
box-sizing: border-box !important;
|
||||
min-height: 1px;
|
||||
|
||||
opacity: 1 !important;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue