From af4577d77919ffcdb1dd00b20259c22b8835d5e1 Mon Sep 17 00:00:00 2001 From: Ben Bodenmiller Date: Sat, 4 Apr 2015 05:46:18 -0700 Subject: [PATCH] remove extra scrollbar on background jobs --- app/views/admin/background_jobs/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}