From 4d07c6b5e64d680cd2b34ecdb2fe13a7fc312b38 Mon Sep 17 00:00:00 2001 From: iiPython Date: Tue, 26 Nov 2024 19:18:34 -0600 Subject: [PATCH] fira code shift fix --- nightwatch/web/css/main.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nightwatch/web/css/main.css b/nightwatch/web/css/main.css index 1b9cd99..b0ddc82 100644 --- a/nightwatch/web/css/main.css +++ b/nightwatch/web/css/main.css @@ -147,6 +147,9 @@ div.input-box { } #actual-input { width: 100%; + + /* This is to prevent Fira Code from shifting text around while you're writing */ + font-family: monospace; } /* Handle sidebar */