Ensure very long status tooltips do not overflow

This commit is contained in:
Johannes Zellner
2022-06-06 14:16:07 +02:00
parent 84d246960d
commit 9dc2f71894

View File

@@ -142,6 +142,7 @@ input[type="checkbox"], input[type="radio"] {
.tooltip-inner {
max-width: 800px;
white-space: nowrap;
overflow: hidden;
}
}