From: Tom Clegg Date: Sat, 7 Jun 2014 03:41:39 +0000 (-0400) Subject: 2872: Fix provenance graph absolute position. X-Git-Tag: 1.1.0~2551^2~26 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/b6199657cd6867b05ab191da01e04e15ad10cc7d 2872: Fix provenance graph absolute position. --- diff --git a/apps/workbench/app/views/application/_svg_div.html.erb b/apps/workbench/app/views/application/_svg_div.html.erb index 20269621f3..b35d7068bc 100644 --- a/apps/workbench/app/views/application/_svg_div.html.erb +++ b/apps/workbench/app/views/application/_svg_div.html.erb @@ -7,8 +7,8 @@ border-width: 1px; border-color: gray; position: absolute; - left: 225px; - right: 1px; + left: 25px; + right: 25px; } path:hover { stroke-width: 5;