mirror of
https://github.com/adrlau/nix-dotfiles.git
synced 2026-02-07 22:23:11 +01:00
fix: replace invalid 'max-width' with 'width' in GTK CSS tooltip style
This commit is contained in:
@@ -231,7 +231,7 @@ in
|
||||
/* Network tooltip specific styling */
|
||||
#network tooltip {
|
||||
font-family: monospace;
|
||||
max-width: 300px;
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
/* Workspace buttons */
|
||||
|
||||
Reference in New Issue
Block a user