Skip to content

Commit

Permalink
grant_details: resize milestone + activity
Browse files Browse the repository at this point in the history
  • Loading branch information
thelostone-mc committed Nov 20, 2019
1 parent bc81988 commit bc58bc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/grants/templates/grants/detail/summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="update-milestone">
<div class="container">
<div class="row">
<div class="col-12 order-md-2 col-md-6">
<div class="col-12 order-md-2 mt-md-5 mt-xl-0 col-xl-6">
<p class="sub-title">
{% trans "MILESTONES" %}
{% if is_admin and not grant_is_inactive %}<a href="{% url 'grants:milestones' grant.id grant.slug %}" class="milestones-edit">{% trans "Edit Milestones" %}</a>{% endif %}
Expand Down Expand Up @@ -35,7 +35,7 @@
{% endif %}
</div>

<div class="col-12 order-md-1 col-md-6 p-md-0 pr-lg-5">
<div class="col-12 order-md-1 col-xl-6 pr-xl-5">
<p class="sub-title">{% trans "UPDATES" %}</p>
<div class="p-0">
{% if is_admin and not grant_is_inactive %}
Expand Down

0 comments on commit bc58bc2

Please sign in to comment.