Merge pull request #1381 from lordsutch/master

Fix text being cut off in Chrome when printing.
This commit is contained in:
Hakim El Hattab 2015-11-09 16:51:05 +01:00
commit bb7ab5f94e
1 changed files with 1 additions and 1 deletions

View File

@ -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;