Skip to content

Instantly share code, notes, and snippets.

@justinvdm
Created August 29, 2013 10:30
Show Gist options
  • Save justinvdm/6376513 to your computer and use it in GitHub Desktop.
Save justinvdm/6376513 to your computer and use it in GitHub Desktop.
diff --git a/diamondash/public/css/dashboard.css b/diamondash/public/css/dashboard.css
index 76d1d4a..ce13d4e 100644
--- a/diamondash/public/css/dashboard.css
+++ b/diamondash/public/css/dashboard.css
@@ -5866,7 +5866,7 @@ a:hover {
}
.legend li {
- width: 210px;
+ width: 230px;
float: left;
margin: 2px 4px;
}
diff --git a/diamondash/widgets/graph/style.css b/diamondash/widgets/graph/style.css
index 66c8cb9..b9ff731 100644
--- a/diamondash/widgets/graph/style.css
+++ b/diamondash/widgets/graph/style.css
@@ -28,7 +28,7 @@
}
.legend li {
- width: 210px;
+ width: 230px;
float: left;
margin: 2px 4px;
}
@hodgestar
Copy link

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment