Ensure we don't cut off tooltips in apps view

This commit is contained in:
Johannes Zellner
2019-10-22 15:56:53 +02:00
parent e79dec3c2b
commit bb00327e81
2 changed files with 8 additions and 2 deletions
+6
View File
@@ -126,6 +126,12 @@ input[type="checkbox"] {
}
}
.tooltip.long.nowrap {
.tooltip-inner {
white-space: nowrap;
}
}
.tooltip-inner {
white-space: nowrap;
overflow: hidden;