do not set font size on editor,

to not create weird combinations of inherited line height and own font size
This commit is contained in:
nightwing 2013-01-10 13:36:21 +04:00
commit f78fbc6e36

View file

@ -2,7 +2,6 @@
position: absolute;
overflow: hidden;
font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace;
font-size: 12px;
}
.ace_scroller {