From ce03cf38523310acf1d4044a386cdd924453417c Mon Sep 17 00:00:00 2001 From: Carlo Zottmann Date: Mon, 19 Feb 2024 13:41:41 +0100 Subject: [PATCH] [CHG] Adjusts vertical alignment of table rows --- docs/_includes/head_custom.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/_includes/head_custom.html b/docs/_includes/head_custom.html index 7e4c019..0e4123d 100644 --- a/docs/_includes/head_custom.html +++ b/docs/_includes/head_custom.html @@ -9,6 +9,10 @@ margin-right: 1em; } + tr { + vertical-align: top; + } + td:first-child { white-space: nowrap; }