Skip to content

Commit 09abb23

Browse files
authored
Merge pull request #3209 from CVEProject/rl-2926-descr-header-scroll
Resolves #2926 prevent Description heading from scrolling with text (int-main branch)
2 parents 2551820 + ad3e222 commit 09abb23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/AdpVulnerabilityEnrichment.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,9 @@
125125
</nav>
126126
</div>
127127

128-
<div id="cve-desciption" class="content cve-x-scroll">
128+
<div id="cve-description">
129129
<h4 class="title is-size-5">Description</h4>
130-
<p v-for="description in cveFieldList.descriptions" :key="description">{{description}}</p>
130+
<p class="content cve-x-scroll" v-for="description in cveFieldList.descriptions" :key="description">{{description}}</p>
131131
</div>
132132
</div>
133133
<div v-if="roleName !== 'cveProgram'">

0 commit comments

Comments
 (0)