fix: check stack name length

This commit is contained in:
trisua 2025-05-08 22:35:05 -04:00
parent 44ed832fd7
commit 0a8d91bfac
2 changed files with 10 additions and 1 deletions

View file

@ -92,7 +92,9 @@
</button>
{% for user in users %}
<div class="card secondary flex gap-2 items-center justify-between">
<div
class="card secondary flex flex-wrap gap-2 items-center justify-between"
>
<div class="flex gap-2">
{{ components::avatar(username=user.username) }} {{
components::full_username(user=user) }}