From 4f1a3a5e3b221492f935e969b68d956bd9d65a55 Mon Sep 17 00:00:00 2001 From: Ed Ward Date: Wed, 31 Jul 2019 16:28:06 +0200 Subject: [PATCH] Align table cells on top --- source/css/pdf.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/css/pdf.css b/source/css/pdf.css index a1409a2..5429085 100644 --- a/source/css/pdf.css +++ b/source/css/pdf.css @@ -121,6 +121,10 @@ table, figure { page-break-inside: avoid; } +td, th { + vertical-align: top; +} + ul.toc { list-style: none; margin: 0; -- 2.37.2