css fix for legend color selector popover

This commit is contained in:
Torkel Ödegaard
2014-04-05 19:29:14 +02:00
parent 6f114b17d6
commit 2e7b145a81
4 changed files with 3 additions and 3 deletions
+1
View File
@@ -18,6 +18,7 @@
<div ng-if="panel.legend" class="grafana-legend-container">
<div ng-include="'app/panels/graphite/legend.html'"></div>
</div>
<div class="clearfix"></div>
<div class="panel-full-edit-tabs" ng-if="editMode">
<div ng-model="editor.index" bs-tabs>
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
-1
View File
@@ -160,7 +160,6 @@
.grafana-legend-container {
margin: 0 15px;
text-align: left;
overflow: hidden;
position: relative;
top: 2px;
}