diff --git a/src/line-numbers-tile-component.coffee b/src/line-numbers-tile-component.coffee index e82b4f6f4..c92367dc8 100644 --- a/src/line-numbers-tile-component.coffee +++ b/src/line-numbers-tile-component.coffee @@ -129,7 +129,7 @@ class LineNumbersTileComponent oldLineNumberState.zIndex = newLineNumberState.zIndex buildLineNumberClassName: ({bufferRow, foldable, decorationClasses, softWrapped}) -> - className = "line-number line-number-#{bufferRow}" + className = "line-number" className += " " + decorationClasses.join(' ') if decorationClasses? className += " foldable" if foldable and not softWrapped className