diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/lhs-test.html | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |