This commit is contained in:
Dmitry Vasilev
2022-10-26 00:39:22 +08:00
parent 6a11e1d0d8
commit 9ab8ddec68
2 changed files with 7 additions and 4 deletions

View File

@@ -17,8 +17,11 @@
height: 100%;
}
.app {
body {
margin: 0px;
}
.app {
/* same as ace editor */
font-family: Monaco, Menlo, "Ubuntu Mono", Consolas, source-code-pro, monospace;
}