Use min-width on rendered lines to replace js logic w/ CSS

This commit is contained in:
Nathan Sobo
2012-11-01 11:49:50 -06:00
parent 5f9e248aec
commit 42d0c53a60
2 changed files with 9 additions and 8 deletions

View File

@@ -78,6 +78,8 @@
display: table;
height: 100%;
width: 100%;
overflow: hidden;
padding-right: 2em;
}
.editor .line span {