فهرست منبع

Fix slides being cut off in Chrome.

Chris Lawrence 9 سال پیش
والد
کامیت
e0d723be28
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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;