Only using the fixed width font inside the editor.

This commit is contained in:
Jon Rohan 2012-12-24 13:23:15 -08:00
parent ff3b04e01e
commit f27d84a7f0
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
html, body {
font: 16px Inconsolata, Monaco, Courier !important;
font: caption !important;
width: 100%;
height: 100%;
overflow: hidden;

View File

@ -6,6 +6,7 @@
-webkit-box-flex: 1;
position: relative;
z-index: 0;
font: 16px Inconsolata, Monaco, Courier !important;
}
.editor.mini {