Align table cells on top
This commit is contained in:
parent
0cd3cf0a0c
commit
4f1a3a5e3b
@ -121,6 +121,10 @@ table, figure {
|
||||
page-break-inside: avoid;
|
||||
}
|
||||
|
||||
td, th {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
ul.toc {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user