Skip to content
Snippets Groups Projects
Commit 1feaa336 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Merge pull request #6848 from hszcg/master

Fix diff height
parents e54b457e 7dd0860e
Branches
Tags
1 merge request!136Master
Loading
Loading
@@ -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
}
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment