Explorar el Código

Fix slides being cut off in Chrome.

Chris Lawrence hace 9 años
padre
commit
e0d723be28
Se han modificado 1 ficheros con 1 adiciones y 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;