Fleet UI: Do not wrap host details dropdown options (#22624)

This commit is contained in:
RachelElysia 2024-10-03 16:08:23 -07:00 committed by GitHub
parent 841a425bb0
commit 119ca54a93
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,6 +5,7 @@
width: 55px;
}
.Select > .Select-menu-outer {
left: -120px;
right: 0;
min-width: max-content;
}
}