Merge pull request #542 from dod-ccpo/fix-alignment-ie

Fix layout for task order view page in IE
This commit is contained in:
patricksmithdds
2019-01-16 11:18:46 -05:00
committed by GitHub
2 changed files with 12 additions and 7 deletions

View File

@@ -9,7 +9,7 @@
<div class="task-order-next-steps__icon col">
<span>{{ Icon("ok", classes="complete" if complete else "incomplete") }}</span>
</div>
<div>
<div class="task-order-next-steps__text">
<div class="task-order-next-steps__heading row">
<h4>{{ title }}</h4>
{% if link_url %}
@@ -70,7 +70,7 @@
<dt>Started</dt>
<dd>
<local-datetime
timestamp="{{ task_order.start_date }}"
timestamp="{{ task_order.time_created }}"
format="M/D/YYYY">
</local-datetime>
</dd>