diff --git a/styles/sections/_task_order.scss b/styles/sections/_task_order.scss index ce8f2d7a..2e595ed0 100644 --- a/styles/sections/_task_order.scss +++ b/styles/sections/_task_order.scss @@ -6,7 +6,6 @@ } .panel { - padding: 0 $gap * 2; width: 100%; @include ie-only { @@ -20,7 +19,6 @@ .task-order-heading__name { align-items: center; - padding: $gap; label { padding: $gap; @@ -71,8 +69,7 @@ } .task-order-sidebar { - flex-basis: 25%; - min-width: 30rem; + min-width: 35rem; hr { margin: 2rem 0; diff --git a/templates/workspaces/task_orders/show.html b/templates/workspaces/task_orders/show.html index 760a57e5..40a78237 100644 --- a/templates/workspaces/task_orders/show.html +++ b/templates/workspaces/task_orders/show.html @@ -5,7 +5,7 @@ {% block workspace_content %} {% macro Step(title="", description="", link_text=None, link_url=None, complete=True) %} -