summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Bodenmiller <bbodenmiller@hotmail.com>2015-04-04 05:46:18 -0700
committerBen Bodenmiller <bbodenmiller@hotmail.com>2015-04-04 05:46:18 -0700
commitaf4577d77919ffcdb1dd00b20259c22b8835d5e1 (patch)
treee38e1a01b51aa749c72b51fd1167fa47ffd3e33a
parent45ca39e81bf857cdb58b1a184b8fab0e56c200f7 (diff)
downloadgitlab-ce-af4577d77919ffcdb1dd00b20259c22b8835d5e1.tar.gz
remove extra scrollbar on background jobs
-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"}