Merge pull request #13407 from grafana/13312_legend_table_width

13312 legend table width
This commit is contained in:
Torkel Ödegaard
2018-09-25 13:17:35 +02:00
committed by GitHub

View File

@@ -17,10 +17,6 @@
padding-left: 0px; padding-left: 0px;
} }
.graph-legend-table {
width: auto;
}
.graph-legend-table .graph-legend-series { .graph-legend-table .graph-legend-series {
display: table-row; display: table-row;
} }
@@ -35,7 +31,6 @@
} }
.datapoints-warning { .datapoints-warning {
pointer: none;
position: absolute; position: absolute;
top: 50%; top: 50%;
left: 50%; left: 50%;