stop member count header from line breaking

This commit is contained in:
Peter Pfeufer 2020-10-25 13:53:17 +01:00
parent 603bd9c37c
commit 4c42153bfd
No known key found for this signature in database
GPG Key ID: 6051D2C6AD4EBC27

View File

@ -24,7 +24,7 @@
<th>{% trans "Name" %}</th> <th>{% trans "Name" %}</th>
<th>{% trans "Description" %}</th> <th>{% trans "Description" %}</th>
<th>{% trans "Status" %}</th> <th>{% trans "Status" %}</th>
<th>{% trans "Member Count" %}</th> <th style="white-space: nowrap;">{% trans "Member Count" %}</th>
<th style="min-width: 170px;"></th> <th style="min-width: 170px;"></th>
</tr> </tr>
</thead> </thead>
@ -48,7 +48,7 @@
{% endif %} {% endif %}
</td> </td>
<td> <td class="text-right">
{{ group.num_members }} {{ group.num_members }}
</td> </td>