Commit 1feaa336edf7a16ca39b036345890f05d35a1463
Exists in
spb-stable
and in
2 other branches
Merge pull request #6848 from hszcg/master
Fix diff height
Showing
1 changed file
with
0 additions
and
3 deletions
Show diff stats
app/assets/stylesheets/sections/diff.scss
... | ... | @@ -70,18 +70,15 @@ |
70 | 70 | .diff-side { |
71 | 71 | overflow-x: scroll; |
72 | 72 | width: 508px; |
73 | - height: 700px; | |
74 | 73 | } |
75 | 74 | .diff-side.diff-side-left{ |
76 | 75 | overflow-y:hidden; |
77 | 76 | } |
78 | 77 | .diff-side table, td.diff-middle table { |
79 | - height: 700px; | |
80 | 78 | } |
81 | 79 | .diff-middle { |
82 | 80 | width: 114px; |
83 | 81 | vertical-align: top; |
84 | - height: 700px; | |
85 | 82 | overflow: hidden |
86 | 83 | } |
87 | 84 | ... | ... |