From 20c594c3c683a492132c0fc105241689ee116c10 Mon Sep 17 00:00:00 2001 From: radhika Date: Thu, 29 May 2014 21:59:14 -0400 Subject: [PATCH] 2929: provenance graph is cutoff on the left. Removed the absolute positioning on the div to resolve the issue. We now have functioning provenance graph display for pipeline instances, jobs, and collections. --- apps/workbench/app/views/application/_svg_div.html.erb | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/workbench/app/views/application/_svg_div.html.erb b/apps/workbench/app/views/application/_svg_div.html.erb index ddbbf20d29..4587534801 100644 --- a/apps/workbench/app/views/application/_svg_div.html.erb +++ b/apps/workbench/app/views/application/_svg_div.html.erb @@ -6,7 +6,6 @@ border: solid; border-width: 1px; border-color: gray; - position: absolute; left: 1px; right: 1px; } -- 2.39.5