Commit 8009bc39 by Torkel Ödegaard Committed by GitHub

Merge pull request #13407 from grafana/13312_legend_table_width

13312 legend table width
parents b131bb20 46405288
...@@ -17,10 +17,6 @@ ...@@ -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 @@ ...@@ -35,7 +31,6 @@
} }
.datapoints-warning { .datapoints-warning {
pointer: none;
position: absolute; position: absolute;
top: 50%; top: 50%;
left: 50%; left: 50%;
......
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