Skip to content

Instantly share code, notes, and snippets.

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

More 👍.

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