diff --git a/frontend/pages/hosts/details/components/InventoryVersions/_styles.scss b/frontend/pages/hosts/details/components/InventoryVersions/_styles.scss index a3082bd118..1ee0af3886 100644 --- a/frontend/pages/hosts/details/components/InventoryVersions/_styles.scss +++ b/frontend/pages/hosts/details/components/InventoryVersions/_styles.scss @@ -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; + } } }