|
71 | 71 | </div> |
72 | 72 | </div> |
73 | 73 | </div> |
74 | | - <div id="cve-kevs" v-if="kevs.length > 0 && roleName === 'adp'" class="cve-scroll-border-bottom mt-5"> |
| 74 | + <div id="cve-kevs" v-if="kevs.length > 0 && roleName === 'adp'" class="mt-5"> |
75 | 75 | <h4 class="title mb-0">KEV <span class="tag">{{ kevs.length }} Total</span></h4> |
76 | | - <div class="cve-learn-more cve-scroll-border-bottom"> |
| 76 | + <div class="cve-learn-more "> |
77 | 77 | <router-link to="/CVERecord/UserGuide/#cve-kev" class="cve-learn-more-link">Learn more</router-link> |
78 | 78 | </div> |
79 | | - <div class="cve-y-scroll mt-3 mb-3"> |
| 79 | + <div class="cve-y-scroll cve-scroll-box mt-3"> |
80 | 80 | <ul class="mt-1"> |
81 | 81 | <li v-for="kev in kevs" :key="kev.key"> |
82 | 82 | <a :href="kev.reference" target="_blank">{{ kev.reference }}</a><span class="is-italic cve-help-text"> ({{ kev.dateAdded }})</span> |
|
131 | 131 | </div> |
132 | 132 | </div> |
133 | 133 | <div v-if="roleName !== 'cveProgram'"> |
134 | | - <div id="cve-cwes" v-if="cwes.length > 0" class="cve-scroll-border-bottom mt-5"> |
| 134 | + <div id="cve-cwes" v-if="cwes.length > 0" class="mt-5"> |
135 | 135 | <h4 class="title mb-0">CWE <span class="tag">{{ cwes.length }} Total</span></h4> |
136 | | - <div class="cve-learn-more cve-scroll-border-bottom mb-5"> |
| 136 | + <div class="cve-learn-more mb-3"> |
137 | 137 | <router-link to="/CVERecord/UserGuide/#cve-cwe" class="cve-learn-more-link">Learn more</router-link> |
138 | 138 | </div> |
139 | | - <div class="cve-y-scroll"> |
140 | | - <ul class="mt-0 mb-3"> |
| 139 | + <div class="cve-y-scroll cve-scroll-box"> |
| 140 | + <ul class="mt-0 mb-0"> |
141 | 141 | <li v-for="cwe in cwes" :key="cwe.key"> |
142 | 142 | <a v-if="cwe.cweId !== 'CWE ID not provided'" :href="`https://cwe.mitre.org/data/definitions/${cwe.cweNumber}.html`" target="_blank"> |
143 | 143 | <span class="has-text-weight-bold">{{ cwe.cweId }}<span v-if="cwe.description.length > 0">: </span></span> |
@@ -461,7 +461,4 @@ export default { |
461 | 461 | overflow-y: scroll; |
462 | 462 | } |
463 | 463 |
|
464 | | - .cve-scroll-border-bottom { |
465 | | - border-bottom: 1px solid lightgray; |
466 | | - } |
467 | 464 | </style> |
0 commit comments