Commit 7dd0860e authored by Chenguang Zhang's avatar Chenguang Zhang

Remove fixed height for diff table

parent bf855d19
...@@ -70,18 +70,15 @@ ...@@ -70,18 +70,15 @@
.diff-side { .diff-side {
overflow-x: scroll; overflow-x: scroll;
width: 508px; width: 508px;
height: 700px;
} }
.diff-side.diff-side-left{ .diff-side.diff-side-left{
overflow-y:hidden; overflow-y:hidden;
} }
.diff-side table, td.diff-middle table { .diff-side table, td.diff-middle table {
height: 700px;
} }
.diff-middle { .diff-middle {
width: 114px; width: 114px;
vertical-align: top; vertical-align: top;
height: 700px;
overflow: hidden 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