Skip to content

Commit 57ee15f

Browse files
authored
Fix table borders in Vulnerability details UI #1356 (#1358)
1 parent cf7745d commit 57ee15f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

vulnerabilities/templates/vulnerability_details.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<div id="tab-content">
5858
<div class="tab-div is-active" data-content="essentials">
5959
<div class="tab-nested-div">
60-
<table class="table vcio-table width-100-pct width-100-pct mt-2">
60+
<table class="table vcio-table width-100-pct mt-2">
6161
<tbody>
6262
<tr>
6363
<td class="two-col-left">Vulnerability ID</td>

vulnerablecode/static/css/custom.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,9 @@ code {
173173

174174
/* end tabset */
175175

176+
.table.vcio-table tr:last-child td,
176177
.table.vcio-table td {
177-
border: 0;
178+
border: solid 1px #dbdbdb;
178179
}
179180

180181
.table th {

0 commit comments

Comments
 (0)