Przeglądaj źródła

fix: truncated long r-fit-text on pdf

Chi Vong 3 lat temu
rodzic
commit
f319b246db
3 zmienionych plików z 9 dodań i 1 usunięć
  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;

Plik diff jest za duży
+ 0 - 0
dist/reveal.css


Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików