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
3 changed files with 14 additions and 7 deletions

View File

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

View File

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

View File

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