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 6891b51 commit b2927a1Copy full SHA for b2927a1
output/styles/layout/default.css
@@ -256,7 +256,6 @@ body hr::after {
256
body table {
257
border-spacing: 0;
258
border-collapse: collapse;
259
- table-layout:fixed
260
}
261
262
body td,
@@ -570,9 +569,10 @@ body dl dd {
570
569
571
572
573
- display: block;
574
width: 100%;
575
- overflow: auto;
+ display: block;
+ overflow: hidden;
+ table-layout: fixed;
576
577
578
body table th {
test.pdf
-35.7 KB
0 commit comments