Skip to content

Commit 37f30cb

Browse files
committed
#3080 fixed text style for cnas added by year header
1 parent 3785ef5 commit 37f30cb

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/views/About/Metrics.vue

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,10 @@
240240
<div class="cve-scrollx-table-container">
241241
<table class="table is-striped is-hoverable cve-border-dark-blue">
242242
<thead>
243-
<th>Year</th>
244-
<th v-for="year in cnasAddedByYear.years" :key="year">{{year}}</th>
243+
<tr>
244+
<th>Year</th>
245+
<th v-for="year in cnasAddedByYear.years" :key="year">{{year}}</th>
246+
</tr>
245247
</thead>
246248
<tbody>
247249
<tr v-for="month in [ 'January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October',

0 commit comments

Comments
 (0)