Update editor lines & cursors to not use bootstrap-styled pre element

This commit is contained in:
Nathan Sobo
2013-04-12 14:47:57 -06:00
parent 738fc31f56
commit 91cbcf0073
3 changed files with 8 additions and 4 deletions

View File

@@ -139,6 +139,10 @@
position: absolute;
}
.editor .line {
white-space: pre;
}
.editor .line span {
vertical-align: top;
}