Better fix for tooltip overflow

This commit is contained in:
Johannes Zellner
2019-01-15 13:29:39 +01:00
parent ec3be4c36a
commit a8b79055ef
+3 -1
View File
@@ -119,8 +119,10 @@ input[type="checkbox"] {
margin-right: 5px;
}
.tooltip {
.tooltip-inner {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
// ----------------------------