We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cdb55a commit c6b829aCopy full SHA for c6b829a
lib/editor/highlights.coffee
@@ -29,7 +29,7 @@ module.exports =
29
v.classList.add('ink-profile-line')
30
v.classList.add(cl) for cl in classes
31
32
- v.style.width = count*ed.preferredLineLength/2 + 'em'
+ v.style.width = count*ed.preferredLineLength*ed.defaultCharWidth + 'px'
33
v
34
35
profileLines: (ls) ->
0 commit comments