From 03464cc3792aa570548c0634e16cabf1e232c995 Mon Sep 17 00:00:00 2001 From: dakkar Date: Sun, 3 Mar 2024 12:06:22 +0000 Subject: [PATCH] always align code to the left - fixes #436 "featured notes" on the welcome page's right-hand column are shown with the text right-aligned; code should not be affected by that. This makes sure it isn't --- packages/frontend/src/components/MkCode.core.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/frontend/src/components/MkCode.core.vue b/packages/frontend/src/components/MkCode.core.vue index f9aaf4eff..f696ae2f1 100644 --- a/packages/frontend/src/components/MkCode.core.vue +++ b/packages/frontend/src/components/MkCode.core.vue @@ -72,6 +72,10 @@ watch(() => props.lang, (to) => {