Merge 23bdf8a719bc6c444a7f1a9d8fcbaad346eaddb9 into master

This commit is contained in:
Arjun Choudhary 2022-11-22 11:13:55 +05:30
commit 4aef8bf081

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;
}
}
}