We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb00962 commit d5228fcCopy full SHA for d5228fc
package.json
@@ -1,7 +1,7 @@
1
{
2
- "name": "MicroPython_lab",
+ "name": "Arduino Lab for MicroPython",
3
"version": "0.3.0",
4
- "description": "Arduino's MicroPython Lab IDE",
+ "description": "Arduino Lab IDE for MicroPython",
5
"main": "index.js",
6
"scripts": {
7
"post-set-shell": "npm config set script-shell bash",
ui/arduino/theme.css
@@ -150,6 +150,7 @@ img {
150
/* EDITOR */
151
#editor {
152
height: 100%;
153
+ font-family: monospace;
154
}
155
156
.editor-filename {
0 commit comments