Use display: inline for editor fold marker

This prevents it from wrapping to the next line when the window
is narrower than the line length.

Closes #211
This commit is contained in:
Kevin Sawicki
2013-08-21 17:52:19 -07:00
parent 147e75ad95
commit 0da647acdf
2 changed files with 3 additions and 6 deletions

View File

@@ -53,7 +53,7 @@
}
.editor .fold-marker:after {
.icon(0.8em);
.icon(0.8em, inline);
content: @ellipsis;
padding-left: 0.2em;
position: relative;