From ff58237d2a93d29db0becb3f23c222fcc194a901 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 17 Dec 2020 11:10:00 -0800 Subject: [PATCH] Update test with new skylighting CSS. --- test/lhs-test.html | 1 + test/lhs-test.html+lhs | 1 + 2 files changed, 2 insertions(+) diff --git a/test/lhs-test.html b/test/lhs-test.html index 38e0830f6..89b49913e 100644 --- a/test/lhs-test.html +++ b/test/lhs-test.html @@ -145,6 +145,7 @@ pre > code.sourceCode { white-space: pre; position: relative; } pre > code.sourceCode > span { display: inline-block; line-height: 1.25; } pre > code.sourceCode > span:empty { height: 1.2em; } + .sourceCode { overflow: visible; } code.sourceCode > span { color: inherit; text-decoration: inherit; } div.sourceCode { margin: 1em 0; } pre.sourceCode { margin: 0; } diff --git a/test/lhs-test.html+lhs b/test/lhs-test.html+lhs index bc2503cca..ddd08e98a 100644 --- a/test/lhs-test.html+lhs +++ b/test/lhs-test.html+lhs @@ -145,6 +145,7 @@ pre > code.sourceCode { white-space: pre; position: relative; } pre > code.sourceCode > span { display: inline-block; line-height: 1.25; } pre > code.sourceCode > span:empty { height: 1.2em; } + .sourceCode { overflow: visible; } code.sourceCode > span { color: inherit; text-decoration: inherit; } div.sourceCode { margin: 1em 0; } pre.sourceCode { margin: 0; }