From 3e2556cfb35327e989007ea194873045227ce1c4 Mon Sep 17 00:00:00 2001 From: Jacob Johansson Date: Sun, 10 Sep 2017 16:21:35 +0200 Subject: [PATCH] Switched tab to space --- github-markdown.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github-markdown.css b/github-markdown.css index d1724eb..038bd57 100644 --- a/github-markdown.css +++ b/github-markdown.css @@ -330,7 +330,7 @@ .markdown-body code { font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace; font-size: 12px; - overflow: auto; + overflow: auto; } .markdown-body pre {