scottgonzalez / pretty-diff

colorized HTML diffs
MIT License
218 stars 27 forks source link

Improve screen usage #2

Closed jzaefferer closed 12 years ago

jzaefferer commented 12 years ago

Increase width to 100% - no need for overslow:scroll if there's space available

scottgonzalez commented 12 years ago

I actually find it a bit distracting to have the lines extend that far. 800px is a lot of characters, like 112 or something. You really shouldn't have lines that long very often.

jzaefferer commented 12 years ago

Shouldn't, right, but I've got projects where that is rather common. Most of the time I don't need to look at them, but just having the scrollbars in the way is annoying.

scottgonzalez commented 12 years ago

Addressed in 55c9d488c0bb81c24860f7e5956e3504b11fe6bb. The diff now starts at 800px and grows as needed.