Display url_template in monospace font
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user