Fix table
This commit is contained in:
parent
3d5ffa0d43
commit
0adb49b58f
|
@ -691,14 +691,10 @@ body.toc2 {
|
||||||
}
|
}
|
||||||
|
|
||||||
table.tableblock > caption.title {
|
table.tableblock > caption.title {
|
||||||
display: block;
|
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
max-width: none;
|
max-width: 0;
|
||||||
margin: 0;
|
padding: 0.6rem 0;
|
||||||
padding: 0.6rem;
|
|
||||||
border-bottom: 1px solid #cacaca;
|
|
||||||
background: #f9f9f9;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
table.tableblock #preamble > .sectionbody > .paragraph:first-of-type p {
|
table.tableblock #preamble > .sectionbody > .paragraph:first-of-type p {
|
||||||
|
@ -1007,7 +1003,6 @@ table.pyhltable .linenodiv {
|
||||||
}
|
}
|
||||||
|
|
||||||
table.tableblock {
|
table.tableblock {
|
||||||
display: block;
|
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
border-collapse: separate;
|
border-collapse: separate;
|
||||||
overflow-x: scroll;
|
overflow-x: scroll;
|
||||||
|
|
Loading…
Reference in New Issue