diff --git a/app/assets/stylesheets/sections/diff.scss b/app/assets/stylesheets/sections/diff.scss index eb272f20f40c23d5b1e473b85bd642c70f5ad27f..fe285f94bddf4d778c0dadb2bf44f78ca93ac299 100644 --- a/app/assets/stylesheets/sections/diff.scss +++ b/app/assets/stylesheets/sections/diff.scss @@ -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 }