diff --git a/src/assets/style/globals.scss b/src/assets/style/globals.scss index 1f02523e..cf31477e 100644 --- a/src/assets/style/globals.scss +++ b/src/assets/style/globals.scss @@ -561,6 +561,15 @@ label { overflow-x: auto } +.cve-scroll-box { + max-height: 15rem; + border-bottom: 1px solid lightgray; + overflow-y: scroll; + border-top: 1px solid lightgray; + padding: .75rem +} + + .cve-w-100 { width: 100%; } @@ -575,6 +584,7 @@ label { background-color: rgba(0, 0, 0, .5); box-shadow: 0 0 1px rgba(255, 255, 255, .5); } + /* Other ends here*/ /* Third party CSS */ \ No newline at end of file diff --git a/src/components/AdpVulnerabilityEnrichment.vue b/src/components/AdpVulnerabilityEnrichment.vue index 9f5b84ad..61cd91ce 100644 --- a/src/components/AdpVulnerabilityEnrichment.vue +++ b/src/components/AdpVulnerabilityEnrichment.vue @@ -71,12 +71,12 @@ -
+
Versions {{ versionsCount(product) }} Total
- -- Default Status: {{product.defaultStatus}} -
-Default Status: unknown
-{{ header }}
-