summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorChenguang Zhang <chenguang.zhang@hulu.com>2014-04-23 15:01:43 +0800
committerChenguang Zhang <chenguang.zhang@hulu.com>2014-04-23 23:02:25 +0800
commit7dd0860e5a9d0a1758732742999190890ac33d48 (patch)
tree9c2a61cc1df04aaac760ecc424d2d75c5852df81 /app
parentbf855d19cb2a45e480270789b5a8eebb0ba98f32 (diff)
downloadgitlab-ce-7dd0860e5a9d0a1758732742999190890ac33d48.tar.gz
Remove fixed height for diff table
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/sections/diff.scss3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/assets/stylesheets/sections/diff.scss b/app/assets/stylesheets/sections/diff.scss
index eb272f20f40..fe285f94bdd 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
}