diff --git a/styles/sections/_task_order.scss b/styles/sections/_task_order.scss index c8d12f4f..0b69ca1c 100644 --- a/styles/sections/_task_order.scss +++ b/styles/sections/_task_order.scss @@ -47,13 +47,8 @@ .task-order-summary { - .panel { width: 100%; - - @include ie-only { - max-width: 100%; - } } .label--pending { @@ -105,6 +100,10 @@ padding-right: $gap; } + @include ie-only { + width: 100%; + } + .task-order-next-steps__step { .task-order-next-steps__icon { padding: $gap $gap 0 0; @@ -117,6 +116,12 @@ } } + .task-order-next-steps__text { + @include ie-only { + width: 100% + } + } + .task-order-next-steps__heading { h4 { margin: $gap $gap 0 0; diff --git a/templates/portfolios/task_orders/show.html b/templates/portfolios/task_orders/show.html index 6ee1ab3c..863c81da 100644 --- a/templates/portfolios/task_orders/show.html +++ b/templates/portfolios/task_orders/show.html @@ -9,7 +9,7 @@
{{ Icon("ok", classes="complete" if complete else "incomplete") }}
-
+

{{ title }}

{% if link_url %} @@ -70,7 +70,7 @@
Started