nikhilkalige / git-log

A Atom package for git commit graphs
MIT License
71 stars 35 forks source link

Problem displaying large commit #72

Open yookoala opened 8 years ago

yookoala commented 8 years ago

When click on a commit with a lots of file changes, the change summary table (the one on bottom with status, filename, path ...) will take up the space of the whole window.

The lower part of this table is chopped off and not scrollable. The git graph panel on top is completely gone. You need to reopen the Git Log to review other commit.

See screenshot: screenshot from 2016-04-01 13-52-52

yookoala commented 8 years ago

Solutions needed:

  1. The commit message panel need to be scrollable
  2. The commit message panel need to have a max-height.