소스 검색

Merge pull request #1381 from lordsutch/master

Fix text being cut off in Chrome when printing.
Hakim El Hattab 9 년 전
부모
커밋
bb7ab5f94e
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;