fix: replace invalid 'max-width' with 'width' in GTK CSS tooltip style

This commit is contained in:
2025-05-25 11:09:54 +02:00
parent a111590e39
commit 10aed5245b

View File

@@ -231,7 +231,7 @@ in
/* Network tooltip specific styling */
#network tooltip {
font-family: monospace;
max-width: 300px;
width: 300px;
}
/* Workspace buttons */