Merge pull request #6848 from hszcg/master

Fix diff height
This commit is contained in:
Dmitriy Zaporozhets 2014-04-24 09:22:31 +03:00
commit 1feaa336ed
1 changed files with 0 additions and 3 deletions

View File

@ -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
}