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.
1 parent cf7745d commit 57ee15fCopy full SHA for 57ee15f
vulnerabilities/templates/vulnerability_details.html
@@ -57,7 +57,7 @@
57
<div id="tab-content">
58
<div class="tab-div is-active" data-content="essentials">
59
<div class="tab-nested-div">
60
- <table class="table vcio-table width-100-pct width-100-pct mt-2">
+ <table class="table vcio-table width-100-pct mt-2">
61
<tbody>
62
<tr>
63
<td class="two-col-left">Vulnerability ID</td>
vulnerablecode/static/css/custom.css
@@ -173,8 +173,9 @@ code {
173
174
/* end tabset */
175
176
+.table.vcio-table tr:last-child td,
177
.table.vcio-table td {
- border: 0;
178
+ border: solid 1px #dbdbdb;
179
}
180
181
.table th {
0 commit comments