From 19ae32fb5c6adbda2a2de5ba1527da125cdf39b6 Mon Sep 17 00:00:00 2001 From: lawcho <95857153+lawcho@users.noreply.github.com> Date: Tue, 11 Jun 2024 15:35:55 +0200 Subject: [PATCH] Fix jgm/pandoc#9292 --- skylighting-format-blaze-html/src/Skylighting/Format/HTML.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skylighting-format-blaze-html/src/Skylighting/Format/HTML.hs b/skylighting-format-blaze-html/src/Skylighting/Format/HTML.hs index f98fed3a..e251e60c 100644 --- a/skylighting-format-blaze-html/src/Skylighting/Format/HTML.hs +++ b/skylighting-format-blaze-html/src/Skylighting/Format/HTML.hs @@ -205,7 +205,7 @@ styleToCss f = unlines $ , "}" , "@media print {" , "pre > code.sourceCode { white-space: pre-wrap; }" - , "pre > code.sourceCode > span { display: inline-block; text-indent: -5em; padding-left: 5em; }" + , "pre > code.sourceCode > span { display: inline-block; }" , "}" ] linkspec = [ "@media screen {"