From e4cd507ae1ebd74ac0b34e35d754840cfe2373fb Mon Sep 17 00:00:00 2001 From: Jed Reynolds Date: Tue, 12 Apr 2022 09:27:00 -0700 Subject: [PATCH] report.css: fixes title wrapping over subtitle Signed-off-by: Jed Reynolds --- py-scripts/artifacts/report.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/py-scripts/artifacts/report.css b/py-scripts/artifacts/report.css index 1895fea9..6a8ff9b1 100644 --- a/py-scripts/artifacts/report.css +++ b/py-scripts/artifacts/report.css @@ -373,10 +373,10 @@ li { line-height: 1; margin-left: 0px; margin-right: auto; - margin-top: 0; + margin-top: 12px; margin-bottom: 0; /*font-size: 20px; Let 'h3', etc control this */ - padding-top: 0px; + padding-top: 4px; padding-left: 20px; } @@ -385,8 +385,8 @@ li { .TableBorder {} .ImgStyle {} div.HeaderStyle>h1.TitleFontPrint { - font-size: 50px; - height: 85px; + font-size: 45px; + /*height: 85px;*/ max-height: 160px; } div.HeaderStyle>h3.TitleFontPrintSub {