From d90e2ad0819cb877a9711c15b38a1a5ff27b83bb Mon Sep 17 00:00:00 2001 From: Jordan Doyle Date: Sun, 26 Sep 2021 18:06:13 +0100 Subject: [PATCH] Only apply padding to code when not inside a pre --- chartered-frontend/src/index.sass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/chartered-frontend/src/index.sass b/chartered-frontend/src/index.sass index 99df259..c48704b 100644 --- a/chartered-frontend/src/index.sass +++ a/chartered-frontend/src/index.sass @@ -17,6 +17,9 @@ padding: .1rem .2rem border-radius: 3px + pre & + padding: 0 + td.fit, th.fit width: 0.1% white-space: nowrap -- rgit 0.1.3