Commit f6e87beb authored by delanoe's avatar delanoe

[CSS] Increasing size of Project name in view.

parent c1b8d859
......@@ -154,7 +154,7 @@
<h3>
<a href="/projects/{{project.id}}">
<span class="glyphicon glyphicon-book" aria-hidden="true"></span>
{{ project.name | truncatechars:15}}
{{ project.name | truncatechars:50}}
</a>
</h3>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment