diff --git a/styles/sections/_task_order.scss b/styles/sections/_task_order.scss index 03f80fdb..49b361fb 100644 --- a/styles/sections/_task_order.scss +++ b/styles/sections/_task_order.scss @@ -66,7 +66,7 @@ } } -.task-order-card__action { +.task-order-card__buttons .usa-button { min-width: 10rem; } diff --git a/templates/portfolios/task_orders/index.html b/templates/portfolios/task_orders/index.html index 05234096..8cc5ad4c 100644 --- a/templates/portfolios/task_orders/index.html +++ b/templates/portfolios/task_orders/index.html @@ -6,8 +6,8 @@ {% block portfolio_content %} -{% macro ViewLink(task_order, text="Edit", className="usa-button-primary") %} - +{% macro ViewLink(task_order, text="Edit") %} + {{ text }} {% endmacro %} @@ -29,11 +29,10 @@ {% endmacro %} {% macro TaskOrderActions(task_order) %} -