Merge pull request #2528 from alphagov/dont-wrap-users

Don’t wrap users onto multiple lines
This commit is contained in:
Chris Hill-Scott
2018-11-22 13:23:02 +00:00
committed by GitHub
2 changed files with 14 additions and 1 deletions

View File

@@ -33,7 +33,7 @@
<div class="user-list">
{% for user in users %}
<div class="user-list-item">
<h3>
<h3 title="{{ user.email_address }}">
{%- if user.name -%}
<span class="heading-small">{{ user.name }}</span>&ensp;
{%- endif -%}