Skip to content

Commit 4d07c6b

Browse files
committed
fira code shift fix
1 parent aaaf5e0 commit 4d07c6b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nightwatch/web/css/main.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,9 @@ div.input-box {
147147
}
148148
#actual-input {
149149
width: 100%;
150+
151+
/* This is to prevent Fira Code from shifting text around while you're writing */
152+
font-family: monospace;
150153
}
151154

152155
/* Handle sidebar */

0 commit comments

Comments
 (0)