Skip to content

Commit f3923cf

Browse files
committed
Suppress trailing spaces in table paragraphs.
1 parent 89c1cd1 commit f3923cf

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Doc/tools/sphinxext/static/basic.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,10 @@ table.docutils td, table.docutils th {
257257
background-color: #eef;
258258
}
259259

260+
table.docutils td p.last, table.docutils th p.last {
261+
margin-bottom: 0;
262+
}
263+
260264
table.field-list td, table.field-list th {
261265
border: 0 !important;
262266
}

0 commit comments

Comments
 (0)