Commit 2e7b145a by Torkel Ödegaard

css fix for legend color selector popover

parent 6f114b17
......@@ -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>
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -160,7 +160,6 @@
.grafana-legend-container {
margin: 0 15px;
text-align: left;
overflow: hidden;
position: relative;
top: 2px;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment