From a2cd9ec34da353aa5f4d65002111ccd3966ab3a4 Mon Sep 17 00:00:00 2001 From: shunlog <48106195+shunlog@users.noreply.github.com> Date: Fri, 14 Jul 2023 06:50:01 +0300 Subject: [PATCH] Align code blocks to left (#2575) * Align code blocks to left Fixes #2573 * Update CONTRIBUTORS --- CONTRIBUTORS | 1 + ts/reviewer/reviewer.scss | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 08a58695c..960c41fe0 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -127,6 +127,7 @@ Christopher Woggon Kavel Rao Ben Yip mmjang <752515918@qq.com> +shunlog 3ter ******************** diff --git a/ts/reviewer/reviewer.scss b/ts/reviewer/reviewer.scss index dde99dee3..1c5d6a7d4 100644 --- a/ts/reviewer/reviewer.scss +++ b/ts/reviewer/reviewer.scss @@ -34,6 +34,10 @@ li { text-align: start; } +pre { + text-align: left; +} + #_flag { position: fixed; [dir="ltr"] & {