Skip to content

Commit c10fd50

Browse files
frjowes-otf
authored andcommitted
Remove shrink-0 class, not needed.
1 parent 70d9e16 commit c10fd50

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • hypha/apply/users/templates/users/partials

hypha/apply/users/templates/users/partials/list.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<ul class="flex flex-col gap-2">
55
{% for passkey in passkeys %}
66
<li class="flex gap-2 items-center p-2 rounded border bg-base-100">
7-
{% heroicon_micro "key" class="shrink-0 size-4 text-fg-muted" aria_hidden=true %}
7+
{% heroicon_micro "key" class="size-4 text-fg-muted" aria_hidden=true %}
88
<form
99
x-data="{ dirty: false }"
1010
hx-post="{% url 'users:passkey_rename' passkey.pk %}"
@@ -27,7 +27,7 @@
2727
{% heroicon_micro "check" class="size-4" aria_hidden=true %}
2828
</button>
2929
</form>
30-
<span class="text-xs text-fg-muted shrink-0" title="{{ passkey.created_at|date:'Y-m-d' }}">
30+
<span class="text-xs text-fg-muted" title="{{ passkey.created_at|date:'Y-m-d' }}">
3131
{% if passkey.last_used_at %}
3232
{% blocktrans with when=passkey.last_used_at|timesince %}Used {{ when }} ago{% endblocktrans %}
3333
{% else %}

0 commit comments

Comments
 (0)