We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d1cf81 commit 1d2fbd7Copy full SHA for 1d2fbd7
src/css/doc.css
@@ -761,11 +761,16 @@
761
/* NEEDS REVIEW prevent pre in table from causing article to exceed bounds */
762
.doc .listingblock.wrap pre code,
763
.doc .listingblock.wrap pre:not(.highlight),
764
-.doc table.tableblock pre code,
765
-.doc table.tableblock pre:not(.highlight) {
+.doc:not(.pdf-converter) table.tableblock pre code,
+.doc:not(.pdf-converter) table.tableblock pre:not(.highlight) {
766
white-space: pre-wrap;
767
}
768
769
+.doc.pdf-converter table.tableblock pre {
770
+ font-size: calc(13.5 / var(--rem-base) * 1rem);
771
+ max-width: 375px;
772
+}
773
+
774
.doc pre.highlight {
775
position: relative;
776
0 commit comments