From 7dd0860e5a9d0a1758732742999190890ac33d48 Mon Sep 17 00:00:00 2001 From: Chenguang Zhang Date: Wed, 23 Apr 2014 15:01:43 +0800 Subject: [PATCH] Remove fixed height for diff table --- app/assets/stylesheets/sections/diff.scss | 3 --- 1 file changed, 0 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/sections/diff.scss b/app/assets/stylesheets/sections/diff.scss index eb272f2..fe285f9 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 } -- libgit2 0.21.2