From 54b1380273b68839c987857b70ff487ca215bc00 Mon Sep 17 00:00:00 2001 From: Swonkie <3949813+Swonkie@users.noreply.github.com> Date: Tue, 13 Jan 2026 14:03:07 +0100 Subject: [PATCH] Add two spaces to conform to style guides --- src/web/stylesheets/utils/_overrides.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web/stylesheets/utils/_overrides.css b/src/web/stylesheets/utils/_overrides.css index be2e8714..fec7d857 100755 --- a/src/web/stylesheets/utils/_overrides.css +++ b/src/web/stylesheets/utils/_overrides.css @@ -252,7 +252,7 @@ optgroup { /* Bootstrap form inside CodeMirror editor */ .cm-panel > .bmd-form-group { - padding-top: 0; + padding-top: 0; }