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 88195a4 + 4975ebe commit 18361ffCopy full SHA for 18361ff
docs/.vuepress/components/ResolvedCveTable.vue
@@ -374,7 +374,7 @@ export default {
374
width 100%
375
font-size 0.8rem
376
border-collapse collapse
377
- table-layout auto
+ table-layout fixed
378
thead th
379
background-color #0d1e30
380
color white
@@ -395,6 +395,21 @@ export default {
395
tbody tr:hover
396
background-color #f9fafb
397
398
+// Column width distribution for dynamic stretching
399
+.cve-tracker .cve-table
400
+ .col-cve
401
+ width 15%
402
+ .col-severity
403
+ width 12%
404
+ .col-group
405
+ width 18%
406
+ .col-package
407
+ width 20%
408
+ .col-vulnerable
409
+ width 17%
410
+ .col-fixed
411
412
+
413
// Content styling
414
.cve-tracker .cve-code
415
background-color #f3f4f6
0 commit comments