Skip to content

Commit 6abb133

Browse files
JacobCoffeeclaude
andcommitted
fix: prevent action links wrapping in sponsor directory
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent de3fab8 commit 6abb133

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/sponsors/templates/sponsors/manage/sponsor_list.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@
7979
<span style="color:#ccc;">&mdash;</span>
8080
{% endif %}
8181
</td>
82-
<td style="text-align:right;">
83-
<a href="{% url 'manage_sponsor_edit' sponsor.pk %}" style="font-size:12px;color:#3776ab;text-decoration:none;margin-right:8px;">Edit</a>
84-
<a href="{% url 'manage_composer' %}?new=1&sponsor_id={{ sponsor.pk }}" style="font-size:12px;color:#3776ab;text-decoration:none;">+ Sponsorship</a>
82+
<td style="text-align:right;white-space:nowrap;">
83+
<a href="{% url 'manage_sponsor_edit' sponsor.pk %}" style="font-size:12px;color:#3776ab;text-decoration:none;margin-right:10px;">Edit</a>
84+
<a href="{% url 'manage_composer' %}?new=1&sponsor_id={{ sponsor.pk }}" style="font-size:12px;color:#3776ab;text-decoration:none;white-space:nowrap;">+ Sponsorship</a>
8585
</td>
8686
</tr>
8787
{% endfor %}

0 commit comments

Comments
 (0)