Explorar o código

Merge pull request #1381 from lordsutch/master

Fix text being cut off in Chrome when printing.
Hakim El Hattab %!s(int64=9) %!d(string=hai) anos
pai
achega
bb7ab5f94e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      css/print/paper.css

+ 1 - 1
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;