Skip to content

Commit

Permalink
restore width
Browse files Browse the repository at this point in the history
  • Loading branch information
Danble committed Mar 7, 2024
1 parent f398460 commit ab95977
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
class="flex rounded shadow my-1 overflow-hidden items-stretch border-green-300"
style="margin-right: 2px;">
{#if entry.sound_files?.[0] || canEdit}
<Audio class="bg-gray-100 py-1.5 px-1 min-w-60px" {entry} {canEdit} context="list" />
<Audio class="bg-gray-100 py-1.5 px-1 min-w-60px w-60px" {entry} {canEdit} context="list" />
{/if}
<a
href={'/' + dictionary.id + '/entry/' + entry.id}
Expand Down

0 comments on commit ab95977

Please sign in to comment.