summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-04-06 08:47:18 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-04-06 08:47:18 +0300
commit526b28daa3837209a638c1c02aed3a5371e62ee3 (patch)
treee38e1a01b51aa749c72b51fd1167fa47ffd3e33a
parent45ca39e81bf857cdb58b1a184b8fab0e56c200f7 (diff)
parentaf4577d77919ffcdb1dd00b20259c22b8835d5e1 (diff)
downloadgitlab-ce-526b28daa3837209a638c1c02aed3a5371e62ee3.tar.gz
Merge pull request #9091 from bbodenmiller/patch-1
remove extra scrollbar on background jobs tab
-rw-r--r--app/views/admin/background_jobs/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/background_jobs/show.html.haml b/app/views/admin/background_jobs/show.html.haml
index 8db2b2a709c..4ef8e878a7f 100644
--- a/app/views/admin/background_jobs/show.html.haml
+++ b/app/views/admin/background_jobs/show.html.haml
@@ -41,4 +41,4 @@
.panel.panel-default
- %iframe{src: sidekiq_path, width: '100%', height: 900, style: "border: none"}
+ %iframe{src: sidekiq_path, width: '100%', height: 970, style: "border: none"}