Skip to content

Commit 85c8eac

Browse files
committed
docs: align tables vertically to top
Fixes systemd#18706.
1 parent 1a7c5ec commit 85c8eac

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,11 @@ footer {
116116
margin-top: 4rem;
117117
}
118118

119+
/* Make tables vertically aligned to the top */
120+
tbody td {
121+
vertical-align: top;
122+
}
123+
119124
/* Github Code Highlighting */
120125
.highlight table td { padding: 5px; }
121126
.highlight table pre { margin: 0; }

0 commit comments

Comments
 (0)