Set the height of the line number gutter explicitly

This commit is contained in:
Nathan Sobo
2017-03-27 10:23:55 -06:00
committed by Antonio Scandurra
parent 4e834da3e3
commit 61583462cf
2 changed files with 9 additions and 6 deletions

View File

@@ -2151,7 +2151,7 @@ class LineNumberGutterComponent {
{
className: 'gutter line-numbers',
attributes: {'gutter-name': 'line-number'},
style: {position: 'relative'},
style: {position: 'relative', height: height + 'px'},
on: {
mousedown: this.didMouseDown
},