Skip to content

Commit

Permalink
Merge pull request #486 from akvo/feature/179_link_wrap
Browse files Browse the repository at this point in the history
[#179] Added word-wrap to related links
  • Loading branch information
loicsans committed Mar 26, 2014
2 parents 7529078 + c1c7789 commit 1233219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion akvo/templates/partner_sites/project/project_main.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ <h4 style="font-weight:bold">{% trans 'Goals' %}</h4>
</div>
</div>
</div>
<div class="whitebox pad20" style="width:130px; float:right;">
<div class="whitebox pad20" style="word-wrap: break-word; width:130px; float:right;">
<h2>{% trans 'Related to this project' %}</h2>
<hr />
{% if not project.links.all %}
Expand Down

0 comments on commit 1233219

Please sign in to comment.