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

pull/6081/head^2
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
1 changed files with 1 additions and 0 deletions

View File

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