timeline max label width

This commit is contained in:
Yuri Kuznetsov
2020-03-03 16:30:42 +02:00
parent e4cb9071d0
commit ca3d10e7a2
@@ -6,6 +6,13 @@
border-bottom: 1px solid @input-border;
}
.vis-labelset .vis-label .vis-inner {
max-width: 200px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.vis-foreground .vis-group,
.vis-labelset .vis-label {
border-bottom-color: @input-border !important;