We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2551820 + ad3e222 commit 09abb23Copy full SHA for 09abb23
src/components/AdpVulnerabilityEnrichment.vue
@@ -125,9 +125,9 @@
125
</nav>
126
</div>
127
128
- <div id="cve-desciption" class="content cve-x-scroll">
+ <div id="cve-description">
129
<h4 class="title is-size-5">Description</h4>
130
- <p v-for="description in cveFieldList.descriptions" :key="description">{{description}}</p>
+ <p class="content cve-x-scroll" v-for="description in cveFieldList.descriptions" :key="description">{{description}}</p>
131
132
133
<div v-if="roleName !== 'cveProgram'">
0 commit comments