Fix monitor name cropping in nested groups (#5981) (#6080)

This commit is contained in:
Jan Niklas Benn 2025-08-25 02:31:29 +02:00 committed by GitHub
parent 4f944cd869
commit 7587269b62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -482,6 +482,7 @@ optgroup {
.info {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
&:hover {