Created
August 29, 2013 11:21
-
-
Save justinvdm/6376849 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
More 👍.