Ensure we don't cut off tooltips in apps view
This commit is contained in:
@@ -126,6 +126,12 @@ input[type="checkbox"] {
|
||||
}
|
||||
}
|
||||
|
||||
.tooltip.long.nowrap {
|
||||
.tooltip-inner {
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
|
||||
.tooltip-inner {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
|
||||
Reference in New Issue
Block a user