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 b418d61 commit d936082Copy full SHA for d936082
src/main/css/asciidoctor.css
@@ -286,6 +286,16 @@
286
287
/* Tables */
288
289
+.doc table.tableblock {
290
+ display: block;
291
+ width: 100%;
292
+ overflow-x: auto;
293
+}
294
+
295
+.doc table.tableblock td {
296
+ min-width: 6rem;
297
298
299
.doc table.tableblock {
300
font-size: calc(15 / var(--pixel-to-rem));
301
margin: 1.5rem 0 0;
@@ -330,7 +340,6 @@
330
340
.doc .tableblock p,
331
341
.doc .listingblock.wrap pre {
332
342
white-space: pre-wrap;
333
- overflow-wrap: anywhere;
334
343
}
335
344
336
345
/* Admonition blocks */
0 commit comments