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 b951c60 commit d03de4dCopy full SHA for d03de4d
src/main/css/asciidoctor.css
@@ -344,11 +344,16 @@
344
345
.doc .tableblock pre,
346
.doc .tableblock code,
347
-.doc .tableblock p,
348
.doc .listingblock.wrap pre {
349
white-space: pre-wrap;
350
}
351
+.doc td:nth-child(1) .tableblock pre,
352
+.doc td:nth-child(1) .tableblock code,
353
+.doc td:nth-child(1) .listingblock.wrap pre {
354
+ white-space: nowrap;
355
+}
356
+
357
/* Admonition blocks */
358
359
.doc .admonitionblock {
0 commit comments