diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2014-04-29 13:30:56 +0200 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2014-04-29 13:30:56 +0200 |
commit | 2ac0a55ccf0e8f881ff48f3500865bff37ec6fa3 (patch) | |
tree | ef03a7fcf6035e8982e8fd527ef28a3d3eb7a5d1 /css | |
parent | eec14b9c9200abda683bc8e532d1e6500f0a652d (diff) | |
download | fosdem-2018-presentation-2ac0a55ccf0e8f881ff48f3500865bff37ec6fa3.tar fosdem-2018-presentation-2ac0a55ccf0e8f881ff48f3500865bff37ec6fa3.tar.gz |
ensure pdf pages are never zero-height
Diffstat (limited to 'css')
-rw-r--r-- | css/print/pdf.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/css/print/pdf.css b/css/print/pdf.css index e43d05c..7bcc6cb 100644 --- a/css/print/pdf.css +++ b/css/print/pdf.css @@ -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; |