We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8e86b27 + 1b43a8e commit 5f9ec36Copy full SHA for 5f9ec36
sass/_theme_rst.sass
@@ -247,6 +247,9 @@
247
border-color: $table-border-color
248
&:not(.field-list)
249
@extend .wy-table-striped
250
+ // Remove bottom margin for the last element (and it's last child)
251
+ td .last, td .last :last-child
252
+ margin-bottom: 0
253
// This table is what gets spit out for auto-generated API stuff. I style it smaller bits of padding.
254
table.field-list
255
@extend .wy-table
0 commit comments