mirror of
https://github.com/grafana/grafana.git
synced 2024-11-29 12:14:08 -06:00
parent
dcf097a8b9
commit
8083079eea
@ -133,6 +133,9 @@
|
|||||||
padding-left: 7px;
|
padding-left: 7px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
width: 95%;
|
width: 95%;
|
||||||
|
max-width: 650px;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.graph-legend-series:nth-child(odd) {
|
.graph-legend-series:nth-child(odd) {
|
||||||
@ -264,7 +267,10 @@
|
|||||||
.graph-tooltip-series-name {
|
.graph-tooltip-series-name {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
padding: 0.15rem;
|
padding: 0.15rem;
|
||||||
}
|
max-width: 650px;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
.graph-tooltip-value {
|
.graph-tooltip-value {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
|
Loading…
Reference in New Issue
Block a user