mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-11 21:40:17 +02:00
stop member count header from line breaking
This commit is contained in:
parent
603bd9c37c
commit
4c42153bfd
@ -24,7 +24,7 @@
|
||||
<th>{% trans "Name" %}</th>
|
||||
<th>{% trans "Description" %}</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>
|
||||
</tr>
|
||||
</thead>
|
||||
@ -48,7 +48,7 @@
|
||||
{% endif %}
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<td class="text-right">
|
||||
{{ group.num_members }}
|
||||
</td>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user