tmpl: use select-all where appropriate [skip ci]
This commit is contained in:
parent
0a77dea6a6
commit
94589b2a14
@ -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="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">
|
<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>
|
<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 -}}
|
{{- .Data.user.ID -}}
|
||||||
</h3>
|
</h3>
|
||||||
</div><!-- id -->
|
</div><!-- id -->
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
</span>
|
</span>
|
||||||
</td>
|
</td>
|
||||||
<td class="text-left">
|
<td class="text-left">
|
||||||
<span class="p-2 font-mono">
|
<span class="p-2 font-mono select-all">
|
||||||
{{- $u.Email -}}
|
{{- $u.Email -}}
|
||||||
</span>
|
</span>
|
||||||
</td>
|
</td>
|
||||||
|
Loading…
Reference in New Issue
Block a user