From 972e82ee7c8f18249e0024ea03ba2dc3a7895f65 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 13 Jun 2022 09:37:26 -0500 Subject: Fix code padding --- cgit.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgit.css b/cgit.css index 68e603e..9cf1436 100644 --- a/cgit.css +++ b/cgit.css @@ -891,7 +891,7 @@ div#cgit table.ssdiff td.space div { div#cgit div.content pre>code { background-color: #ffe; - padding: 1ch; + padding: 0; display: block; } -- cgit 1.4.1-21-gabe81