Skip to content

Commit

Permalink
Shorten long author names in guide listing to make room for heart count
Browse files Browse the repository at this point in the history
- This was leading to overlap of long names and the heart count on the
  production site.
  • Loading branch information
durden committed Jun 28, 2016
1 parent 4cb655a commit 535da35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pskb_website/templates/article_list.html
Expand Up @@ -78,7 +78,7 @@

<span class="name">{{article|author_name|truncate(18, True)}}</span>
{% if article.author_name != article.author_real_name %}
<span class="gh-name">@{{article.author_name|truncate(23)}}</span>
<span class="gh-name">@{{article.author_name|truncate(18)}}</span>
{% endif %}
</p>

Expand Down

0 comments on commit 535da35

Please sign in to comment.