Prevent extra whitespace at bottom of some table cells

This commit is contained in:
Jesse Tan 2018-05-08 16:42:28 +02:00
parent 55536dea2b
commit bdd313a2aa

View File

@ -246,6 +246,9 @@
border-color: $table-border-color
&:not(.field-list)
@extend .wy-table-striped
// Remove bottom margin for the last element (and it's last child)
td .last, td .last :last-child
margin-bottom: 0
// This table is what gets spit out for auto-generated API stuff. I style it smaller bits of padding.
table.field-list
@extend .wy-table