fixed small css bug with the 'no datapoints' warning introduced by legends makeover

This commit is contained in:
Torkel Ödegaard
2014-07-15 16:57:23 +02:00
parent f5d992f609
commit 9cc735bdf2
5 changed files with 8 additions and 3 deletions
+4
View File
@@ -1,3 +1,7 @@
.graph-canvas-wrapper {
position: relative;
}
.graph-legend {
margin: 0 20px;
text-align: left;