docs: align tables vertically to top

Fixes #18706.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2021-02-22 21:10:04 +01:00
parent 1a7c5ec4b2
commit 85c8eac822

View file

@ -116,6 +116,11 @@ footer {
margin-top: 4rem;
}
/* Make tables vertically aligned to the top */
tbody td {
vertical-align: top;
}
/* Github Code Highlighting */
.highlight table td { padding: 5px; }
.highlight table pre { margin: 0; }