florence / cover

a code coverage tool for racket
MIT License
38 stars 7 forks source link

HTML: Word-wrap puts all the line numbers before the whole code #92

Closed SuzanneSoy closed 9 years ago

SuzanneSoy commented 9 years ago

When the code exceeds the width of the browser window, the div containing the code (class="file-lines") is put below the div with the line numbers (class="line-number").

Line numbers are above the code, instead of being on the left

Suggested solution:

I would also suggest adding text-align: right for the line-numbers div, but that's a matter of taste.

I tested that, and it solved the problem.