From 672772a700de4d4b23e5b18b0ae4fa1cd3aca797 Mon Sep 17 00:00:00 2001 From: welpo Date: Wed, 2 Aug 2023 23:29:54 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20align=20text=20to=20left?= =?UTF-8?q?=20codeblocks=20with=20line=20numbers?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes issue introduced in commit 85ccc08, which centered all table text. --- sass/parts/_code.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/sass/parts/_code.scss b/sass/parts/_code.scss index 52e568f..a143823 100644 --- a/sass/parts/_code.scss +++ b/sass/parts/_code.scss @@ -16,6 +16,7 @@ code { margin: 0rem; border-collapse: collapse; border-spacing: 0rem; + text-align: left; td, th,