feat: truncate tooltip

This commit is contained in:
Shivam Mishra 2020-06-28 20:35:16 +05:30
parent 79157c318f
commit 23bdf8a719

View File

@ -143,5 +143,12 @@
margin-right: 8px;
border-radius: 2px;
}
.tooltip-label {
max-width: 100px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}
}