Commit 8083079e by Vladimir Kolobaev Committed by Carl Bergquist

graph: set max width for legend tables.

ref #2385
parent dcf097a8
......@@ -133,6 +133,9 @@
padding-left: 7px;
text-align: left;
width: 95%;
max-width: 650px;
text-overflow: ellipsis;
overflow: hidden;
}
.graph-legend-series:nth-child(odd) {
......@@ -264,7 +267,10 @@
.graph-tooltip-series-name {
display: table-cell;
padding: 0.15rem;
}
max-width: 650px;
text-overflow: ellipsis;
overflow: hidden;
}
.graph-tooltip-value {
display: table-cell;
......
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