Skip to content

Commit d5228fc

Browse files
committed
fixed cursor offset Windows | updated version to 0.3.1
1 parent bb00962 commit d5228fc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "MicroPython_lab",
2+
"name": "Arduino Lab for MicroPython",
33
"version": "0.3.0",
4-
"description": "Arduino's MicroPython Lab IDE",
4+
"description": "Arduino Lab IDE for MicroPython",
55
"main": "index.js",
66
"scripts": {
77
"post-set-shell": "npm config set script-shell bash",

ui/arduino/theme.css

+1
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ img {
150150
/* EDITOR */
151151
#editor {
152152
height: 100%;
153+
font-family: monospace;
153154
}
154155

155156
.editor-filename {

0 commit comments

Comments
 (0)