tmpl: use select-all where appropriate [skip ci]

This commit is contained in:
surtur 2023-08-07 21:43:10 +02:00
parent 0a77dea6a6
commit 94589b2a14
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI
2 changed files with 2 additions and 2 deletions

@ -23,7 +23,7 @@
<div class="p-2 mt-3 lg:mx-auto border-2 dark:border-slate-500 rounded-sm space-y-0">
<div class="flex max-h-14 place-items-baseline justify-left lg:justify-between overflow-x-auto text-ellipsis hover:bg-gray-100 dark:hover:bg-gray-700">
<span class="w-24 md:w-32 px-2 text-purple-500 dark:text-purple-300">ID:</span>
<h3 class="text-lg text-fuchsia-500 dark:text-fuchsia-400 px-2 overflow-x-auto text-ellipsis">
<h3 class="text-lg text-fuchsia-500 dark:text-fuchsia-400 px-2 overflow-x-auto text-ellipsis select-all">
{{- .Data.user.ID -}}
</h3>
</div><!-- id -->

@ -37,7 +37,7 @@
</span>
</td>
<td class="text-left">
<span class="p-2 font-mono">
<span class="p-2 font-mono select-all">
{{- $u.Email -}}
</span>
</td>