Skip to content

Commit b2927a1

Browse files
committed
Remove testing file
1 parent 6891b51 commit b2927a1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

output/styles/layout/default.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,6 @@ body hr::after {
256256
body table {
257257
border-spacing: 0;
258258
border-collapse: collapse;
259-
table-layout:fixed
260259
}
261260

262261
body td,
@@ -570,9 +569,10 @@ body dl dd {
570569
}
571570

572571
body table {
573-
display: block;
574572
width: 100%;
575-
overflow: auto;
573+
display: block;
574+
overflow: hidden;
575+
table-layout: fixed;
576576
}
577577

578578
body table th {

test.pdf

-35.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)