Display url_template in monospace font

This commit is contained in:
Claudio Ortolina
2025-07-16 13:45:46 +01:00
parent 91e39124af
commit 41f040363e
@@ -46,7 +46,7 @@
</.badge> </.badge>
</div> </div>
<div class="mt-1 flex items-center gap-x-2 text-xs text-gray-500 dark:text-gray-400"> <div class="mt-1 flex items-center gap-x-2 text-xs text-gray-500 dark:text-gray-400">
<p class="truncate">{template.url_template}</p> <p class="truncate font-mono">{template.url_template}</p>
</div> </div>
<p :if={template.description} class="mt-1 text-xs text-gray-500 dark:text-gray-400"> <p :if={template.description} class="mt-1 text-xs text-gray-500 dark:text-gray-400">
{template.description} {template.description}