Skip to content

Commit

Permalink
Merge pull request #6848 from hszcg/master
Browse files Browse the repository at this point in the history
Fix diff height
  • Loading branch information
dzaporozhets committed Apr 24, 2014
2 parents e54b457 + 7dd0860 commit 1feaa33
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/assets/stylesheets/sections/diff.scss
Expand Up @@ -70,18 +70,15 @@
.diff-side {
overflow-x: scroll;
width: 508px;
height: 700px;
}
.diff-side.diff-side-left{
overflow-y:hidden;
}
.diff-side table, td.diff-middle table {
height: 700px;
}
.diff-middle {
width: 114px;
vertical-align: top;
height: 700px;
overflow: hidden
}

Expand Down

0 comments on commit 1feaa33

Please sign in to comment.