From 7136231b7752857b957e820fac6724ae8b3d6a99 Mon Sep 17 00:00:00 2001 From: Julius Knorr Date: Fri, 11 Oct 2024 09:13:06 +0200 Subject: [PATCH] feat: Increase line width to 80 characters Signed-off-by: Julius Knorr --- src/css/variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/variables.scss b/src/css/variables.scss index ed394b9cf43..1ade1b770f3 100644 --- a/src/css/variables.scss +++ b/src/css/variables.scss @@ -4,6 +4,6 @@ */ :root { - --text-editor-max-width: 670px + --text-editor-max-width: 80ch }