Commit 1feaa336 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #6848 from hszcg/master

Fix diff height
parents e54b457e 7dd0860e
......@@ -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
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment