diff options
author | Hakim El Hattab | 2015-11-09 16:51:05 +0100 |
---|---|---|
committer | Hakim El Hattab | 2015-11-09 16:51:05 +0100 |
commit | bb7ab5f94ef7a47b18c2577920723cf17f087278 (patch) | |
tree | 77f10b57eb9940ab00985152b5056d551009c96a /css/print | |
parent | a5181e4372a081a266e94d912b6eada1923e7b44 (diff) | |
parent | e0d723be2823ef295a700eda8a75cfc67662dbb8 (diff) |
Merge pull request #1381 from lordsutch/master
Fix text being cut off in Chrome when printing.
Diffstat (limited to 'css/print')
-rw-r--r-- | css/print/paper.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/print/paper.css b/css/print/paper.css index 7c7257a..6588f48 100644 --- a/css/print/paper.css +++ b/css/print/paper.css @@ -141,7 +141,7 @@ .reveal .slides section { visibility: visible !important; position: static !important; - width: 100% !important; + width: auto !important; height: auto !important; display: block !important; overflow: visible !important; |