Merge pull request #1289 from dod-ccpo/to-view-styling-fix

TO view fix
This commit is contained in:
leigh-mil 2020-01-02 16:19:49 -05:00 committed by GitHub
commit 2cb2b48bba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 7 deletions

View File

@ -63,12 +63,6 @@ table.atat-table {
border-right: none;
}
}
&:last-child {
td {
border-bottom: none;
}
}
}
}

View File

@ -155,3 +155,16 @@
padding-bottom: $gap * 2.5;
}
}
table.clin-summary {
tbody,
thead {
tr {
&:last-child {
td {
border-bottom: none;
}
}
}
}
}

View File

@ -58,7 +58,7 @@
<hr>
<section>
<h4>CLIN summary</h4>
<table class="fixed-table-wrapper atat-table">
<table class="fixed-table-wrapper atat-table clin-summary">
<thead>
<tr>
<th>{{ "task_orders.review.clins.number" | translate }}</th>