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 */