aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2015-11-09 16:51:05 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2015-11-09 16:51:05 +0100
commitbb7ab5f94ef7a47b18c2577920723cf17f087278 (patch)
tree77f10b57eb9940ab00985152b5056d551009c96a /css
parenta5181e4372a081a266e94d912b6eada1923e7b44 (diff)
parente0d723be2823ef295a700eda8a75cfc67662dbb8 (diff)
downloadfreenode-live-2017-presentation-bb7ab5f94ef7a47b18c2577920723cf17f087278.tar
freenode-live-2017-presentation-bb7ab5f94ef7a47b18c2577920723cf17f087278.tar.gz
Merge pull request #1381 from lordsutch/master
Fix text being cut off in Chrome when printing.
Diffstat (limited to 'css')
-rw-r--r--css/print/paper.css2
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;