Skip to content

Commit a5a288f

Browse files
committed
doc: remove margin for multiline cells
Multiline table's cells show a margin at the end of them. Remove the margin by setting 'margin-bottom: 0' in the CSS table declaration style. Suggested-by: Petr Vorel <[email protected]> Reviewed-by: Petr Vorel <[email protected]> Signed-off-by: Andrea Cervesato <[email protected]>
1 parent 7f3922a commit a5a288f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/_static/custom.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,8 @@
22
.wy-table-responsive table td {
33
white-space: normal;
44
}
5+
6+
/* remove margin for multiline cells */
7+
.rst-content table td div.line-block {
8+
margin-bottom: 0;
9+
}

0 commit comments

Comments
 (0)