1 ? "s" : ""}`}
value={
{installed_paths.map((path) => (
-
+ {path}
))}
}
diff --git a/frontend/pages/hosts/details/cards/Software/SoftwareDetailsModal/_styles.scss b/frontend/pages/hosts/details/cards/Software/SoftwareDetailsModal/_styles.scss
index 1b2374dd61..069b719638 100644
--- a/frontend/pages/hosts/details/cards/Software/SoftwareDetailsModal/_styles.scss
+++ b/frontend/pages/hosts/details/cards/Software/SoftwareDetailsModal/_styles.scss
@@ -41,9 +41,8 @@
> span {
width: 100%;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
+ white-space: initial;
+ overflow-wrap: anywhere;
}
}
diff --git a/frontend/pages/hosts/details/cards/Software/_styles.scss b/frontend/pages/hosts/details/cards/Software/_styles.scss
index 331c9861e9..1f028166cb 100644
--- a/frontend/pages/hosts/details/cards/Software/_styles.scss
+++ b/frontend/pages/hosts/details/cards/Software/_styles.scss
@@ -38,6 +38,11 @@
.Vulnerabilities__header {
display: table-cell;
}
+ // this is called `id` only due to typing concerns in the table config – it is for the
+ // "Show details" column
+ .id__header {
+ width: px-to-rem(90);
+ }
@media (max-width: $break-xl) {
.source__header {
display: none;