Fix IE alignment for task order view page

This commit is contained in:
Patrick Smith
2019-01-15 12:47:57 -05:00
parent 8472a0e987
commit d0c924388a
2 changed files with 11 additions and 6 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 %}