don't wrap buttons
This commit is contained in:
parent
f210ad6acf
commit
6fe17bf176
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
<tr>
|
||||
<td><%= party.Name %></td>
|
||||
<td><%= party.PartyRef %></td>
|
||||
<td class="text-end">
|
||||
<td class="text-end text-nowrap">
|
||||
<% if (activeUserParty && activeUserParty.PartyId === party.Id) { %>
|
||||
<a href="/party/deactivate" class="btn btn-sm btn-success me-2">Deactivate</a>
|
||||
<% } else { %>
|
||||
|
|
Loading…
Reference in a new issue