From d4c10199cb95638d9e8d933fa7d61e64c2082350 Mon Sep 17 00:00:00 2001 From: Olivier Bilodeau Date: Mon, 10 Feb 2020 23:01:58 -0500 Subject: [PATCH] Cancel Asciidoctor line-height in highlight.js table (fixes #331) --- templates/asciidoctor-compatibility.css | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/asciidoctor-compatibility.css b/templates/asciidoctor-compatibility.css index d55b361e..5fa6130e 100644 --- a/templates/asciidoctor-compatibility.css +++ b/templates/asciidoctor-compatibility.css @@ -53,3 +53,4 @@ b.conum *{color:inherit!important} /* Override Asciidoctor CSS that causes issues with reveal.js features */ .reveal .hljs table{border: 0} +.reveal .hljs table thead tr th, .reveal .hljs table tfoot tr th, .reveal .hljs table tbody tr td, .reveal .hljs table tr td, .reveal .hljs table tfoot tr td{line-height:inherit}