Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Bodenmiller <bbodenmiller@hotmail.com>2015-04-04 15:46:18 +0300
committerBen Bodenmiller <bbodenmiller@hotmail.com>2015-04-04 15:46:18 +0300
commitaf4577d77919ffcdb1dd00b20259c22b8835d5e1 (patch)
treee38e1a01b51aa749c72b51fd1167fa47ffd3e33a /app/views/admin
parent45ca39e81bf857cdb58b1a184b8fab0e56c200f7 (diff)
remove extra scrollbar on background jobs
Diffstat (limited to 'app/views/admin')
-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"}