Fix table

This commit is contained in:
Damien Vitrac 2018-12-07 21:26:09 +01:00
parent 3d5ffa0d43
commit 0adb49b58f
1 changed files with 2 additions and 7 deletions

View File

@ -691,14 +691,10 @@ body.toc2 {
}
table.tableblock > caption.title {
display: block;
white-space: nowrap;
overflow: visible;
max-width: none;
margin: 0;
padding: 0.6rem;
border-bottom: 1px solid #cacaca;
background: #f9f9f9;
max-width: 0;
padding: 0.6rem 0;
}
table.tableblock #preamble > .sectionbody > .paragraph:first-of-type p {
@ -1007,7 +1003,6 @@ table.pyhltable .linenodiv {
}
table.tableblock {
display: block;
max-width: 100%;
border-collapse: separate;
overflow-x: scroll;