Ensure tooltips don't wrap text

This commit is contained in:
Johannes Zellner
2019-01-14 17:02:23 +01:00
parent bf2c7a18d1
commit 87777017a0

View File

@@ -119,6 +119,10 @@ input[type="checkbox"] {
margin-right: 5px;
}
.tooltip {
white-space: nowrap;
}
// ----------------------------
// Main classes
// ----------------------------