فهرست منبع

fix: truncated long r-fit-text on pdf

Chi Vong 3 سال پیش
والد
کامیت
f319b246db
3فایلهای تغییر یافته به همراه9 افزوده شده و 1 حذف شده
  1. 5 0
      css/print/paper.scss
  2. 4 1
      css/print/pdf.scss
  3. 0 0
      dist/reveal.css

+ 5 - 0
css/print/paper.scss

@@ -141,6 +141,11 @@
 
 			transform: none !important;
 		}
+
+		.reveal .r-fit-text {
+			white-space: normal !important;
+		}
+
 		.reveal section img {
 			display: block;
 			margin: 15px 0px;

+ 4 - 1
css/print/pdf.scss

@@ -96,11 +96,14 @@ html.print-pdf {
 		min-height: auto !important;
 	}
 
+	.reveal .r-fit-text {
+		white-space: normal !important;
+	}
+
 	.reveal img {
 		box-shadow: none;
 	}
 
-
 	/* Slide backgrounds are placed inside of their slide when exporting to PDF */
 	.reveal .backgrounds {
 		display: none;

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
dist/reveal.css


برخی فایل ها در این مقایسه diff نمایش داده نمی شوند زیرا تعداد فایل ها بسیار زیاد است