Ensure tooltips don't wrap text
This commit is contained in:
@@ -119,6 +119,10 @@ input[type="checkbox"] {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.tooltip {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
// ----------------------------
|
||||
// Main classes
|
||||
// ----------------------------
|
||||
|
||||
Reference in New Issue
Block a user