Fleet UI: Fix cut off long filepaths/hash (#32850)

This commit is contained in:
RachelElysia 2025-09-11 10:50:45 -04:00 committed by GitHub
parent 7410aaa4f1
commit 27b9d5abb2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,5 +30,12 @@
dt {
min-width: 40px;
}
// Show entire hash and file path, easier to read/compare not hidden in tooltip
dd {
width: 100%;
text-wrap: wrap;
overflow-wrap: anywhere;
}
}
}