From 9b577ecbf8f1443a13c4e078cd38ef58a542865a Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Mon, 23 Jun 2014 22:46:27 -0600 Subject: [PATCH] Make lines 100% of the width of their container This is part of the solution to #2701. Lines need to be 100% wide in case a class styles their background. --- src/lines-component.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lines-component.coffee b/src/lines-component.coffee index 65f8ff048..4762246dd 100644 --- a/src/lines-component.coffee +++ b/src/lines-component.coffee @@ -129,7 +129,7 @@ LinesComponent = React.createClass classes += 'line' top = screenRow * lineHeightInPixels - lineHTML = "
" + lineHTML = "
" if text is "" lineHTML += @buildEmptyLineInnerHTML(line)