From d6af56c51c8e655ebf6c51e595ee7f749ff72887 Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Thu, 27 Oct 2022 23:34:50 -0400 Subject: [PATCH] Move table line-height from TD to Table --- themes/V3/5ePHB/style.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/V3/5ePHB/style.less b/themes/V3/5ePHB/style.less index 422083118..2879f7dd4 100644 --- a/themes/V3/5ePHB/style.less +++ b/themes/V3/5ePHB/style.less @@ -214,6 +214,7 @@ body { table{ .useSansSerif(); width : 100%; + line-height : 16px; & + * { margin-top : 0.325cm; } @@ -224,7 +225,7 @@ body { vertical-align : bottom; //padding : 0.14em 0.4em; padding : 0px 1.5px; // Both of these are temporary, just to force - line-height : 16px; // PDF to render at same height until Chrome 108 + //line-height : 16px; // PDF to render at same height until Chrome 108 } } tbody{