Change font-family of .editorModal_input to monospace

This commit is contained in:
wizawu
2020-04-14 23:15:11 +08:00
parent e0d27fec25
commit 4787043077
+1
View File
@@ -16,6 +16,7 @@
margin: 0px;
padding: 10px;
flex: 1;
font-family: monospace;
}
.editorModal_docs {