ensure pdf pages are never zero-height
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user