Suppress trailing spaces in table paragraphs.
This commit is contained in:
parent
89c1cd1fdd
commit
f3923cf9fd
|
@ -257,6 +257,10 @@ table.docutils td, table.docutils th {
|
|||
background-color: #eef;
|
||||
}
|
||||
|
||||
table.docutils td p.last, table.docutils th p.last {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
table.field-list td, table.field-list th {
|
||||
border: 0 !important;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue