timeline max label width
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user