This commit is contained in:
Bruno
2024-12-30 14:44:43 +00:00
parent c8b7eed5ee
commit aa2d16f8fd

View File

@@ -126,7 +126,7 @@
@if ($templates && count($templates))
<ul class="flex flex-col gap-3" wire:loading.class="opacity-50">
@foreach ($templates as $template)
<li class="border-b last:border-none border-light-base-300 dark:border-base-500">
<li class="border-b border-light-base-300 dark:border-base-500 last:border-none">
<button type="button" wire:click="insertTemplate({{ $template->id }}); modalOpen = false"
class="flex w-full gap-2 pb-4 hover:text-primary-400 dark:hover:text-primary-500 text-light-base-950 dark:text-base-50">
<span class="overflow-hidden whitespace-nowrap text-ellipsis" title="{{ $template->name }}">