Prechádzať zdrojové kódy

Merge pull request #3191 from chivongv/fix-pdf-long-r-fit-text

fix: truncated long r-fit-text on pdf
Hakim El Hattab 3 rokov pred
rodič
commit
a3f4caf179
3 zmenil súbory, kde vykonal 9 pridanie a 1 odobranie
  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;
 			transform: none !important;
 		}
 		}
+
+		.reveal .r-fit-text {
+			white-space: normal !important;
+		}
+
 		.reveal section img {
 		.reveal section img {
 			display: block;
 			display: block;
 			margin: 15px 0px;
 			margin: 15px 0px;

+ 4 - 1
css/print/pdf.scss

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

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 0 - 0
dist/reveal.css


Niektoré súbory nie sú zobrazené, pretože je v týchto rozdielových dátach zmenené mnoho súborov