2872: Fix provenance graph absolute position.
authorTom Clegg <tom@curoverse.com>
Sat, 7 Jun 2014 03:41:39 +0000 (23:41 -0400)
committerTom Clegg <tom@curoverse.com>
Sat, 7 Jun 2014 03:41:39 +0000 (23:41 -0400)
apps/workbench/app/views/application/_svg_div.html.erb

index 20269621f3f6b9b166b7b11aa79001682302c570..b35d7068bc7bfc814039bae80f7f598d136234b1 100644 (file)
@@ -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;