diff --git a/styles/elements/_tables.scss b/styles/elements/_tables.scss index 182b7770..5f65830c 100644 --- a/styles/elements/_tables.scss +++ b/styles/elements/_tables.scss @@ -63,12 +63,6 @@ table.atat-table { border-right: none; } } - - &:last-child { - td { - border-bottom: none; - } - } } } diff --git a/styles/sections/_task_order.scss b/styles/sections/_task_order.scss index 62d0db08..79f391e0 100644 --- a/styles/sections/_task_order.scss +++ b/styles/sections/_task_order.scss @@ -155,3 +155,16 @@ padding-bottom: $gap * 2.5; } } + +table.clin-summary { + tbody, + thead { + tr { + &:last-child { + td { + border-bottom: none; + } + } + } + } +} diff --git a/templates/task_orders/fragments/task_order_view.html b/templates/task_orders/fragments/task_order_view.html index 1930c248..d0082a31 100644 --- a/templates/task_orders/fragments/task_order_view.html +++ b/templates/task_orders/fragments/task_order_view.html @@ -58,7 +58,7 @@

CLIN summary

- +
{{ "task_orders.review.clins.number" | translate }}