mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Fleet UI: Fix cut off long filepaths/hash (#32850)
This commit is contained in:
parent
7410aaa4f1
commit
27b9d5abb2
1 changed files with 7 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue