mirror of
https://github.com/atom/atom.git
synced 2026-02-10 06:35:00 -05:00
Set the height of the line number gutter explicitly
This commit is contained in:
committed by
Antonio Scandurra
parent
4e834da3e3
commit
61583462cf
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user