Commit 8a292139 by Alexander Zobnin

graph panel: fix legend alignment

parent f150c34b
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
.graph-legend-series { .graph-legend-series {
display: block; display: block;
padding-left: 0px; padding-left: 4px;
} }
.graph-legend-table .graph-legend-series { .graph-legend-table .graph-legend-series {
...@@ -70,8 +70,8 @@ ...@@ -70,8 +70,8 @@
.graph-legend-icon, .graph-legend-icon,
.graph-legend-alias, .graph-legend-alias,
.graph-legend-value { .graph-legend-value {
display: inline;
cursor: pointer; cursor: pointer;
float: left;
white-space: nowrap; white-space: nowrap;
font-size: 85%; font-size: 85%;
text-align: left; text-align: left;
...@@ -108,6 +108,11 @@ ...@@ -108,6 +108,11 @@
} }
} }
// Don't move series to the right if legend is on the right as well
.graph-panel--legend-right .graph-legend-series--right-y {
float: left;
}
.graph-legend-value { .graph-legend-value {
padding-left: 6px; padding-left: 6px;
} }
......
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