From d0c924388af237b0abec906944287a8c824f2aee Mon Sep 17 00:00:00 2001 From: Patrick Smith Date: Tue, 15 Jan 2019 12:47:57 -0500 Subject: [PATCH] Fix IE alignment for task order view page --- styles/sections/_task_order.scss | 15 ++++++++++----- templates/portfolios/task_orders/show.html | 2 +- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/styles/sections/_task_order.scss b/styles/sections/_task_order.scss index af927b3b..e36cebbe 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%; - } } .task-order-heading { @@ -93,6 +88,10 @@ padding-right: $gap; } + @include ie-only { + width: 100%; + } + .task-order-next-steps__step { .task-order-next-steps__icon { padding: $gap $gap 0 0; @@ -105,6 +104,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 17a400c4..7256094f 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 %}