Skip to content

Commit

Permalink
Fix table borders in Vulnerability details UI #1356 (#1358)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmhoran authored Dec 6, 2023
1 parent cf7745d commit 57ee15f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vulnerabilities/templates/vulnerability_details.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<div id="tab-content">
<div class="tab-div is-active" data-content="essentials">
<div class="tab-nested-div">
<table class="table vcio-table width-100-pct width-100-pct mt-2">
<table class="table vcio-table width-100-pct mt-2">
<tbody>
<tr>
<td class="two-col-left">Vulnerability ID</td>
Expand Down
3 changes: 2 additions & 1 deletion vulnerablecode/static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,9 @@ code {

/* end tabset */

.table.vcio-table tr:last-child td,
.table.vcio-table td {
border: 0;
border: solid 1px #dbdbdb;
}

.table th {
Expand Down

0 comments on commit 57ee15f

Please sign in to comment.