style: updated font size and truncation on fields in the invited users table in admin dashboard (#3300)

style: updated font size and fixed truncation issue on invited table
This commit is contained in:
Joel Jacob Stephen
2023-08-28 23:27:55 +05:30
committed by GitHub
parent b953b32ff4
commit b22bd97818
3 changed files with 19 additions and 42 deletions

View File

@@ -44,8 +44,8 @@
:key="index"
class="text-secondaryDark hover:bg-zinc-800 hover:cursor-pointer rounded-xl"
>
<td class="py-2 px-3 max-w-30">
<div>
<td class="py-2 px-3 max-w-36">
<div class="flex">
<span class="truncate">
{{ user?.adminUid }}
</span>
@@ -56,10 +56,12 @@
{{ user?.adminEmail }}
</span>
</td>
<td class="py-2 px-3">
<span>
{{ user?.inviteeEmail }}
</span>
<td class="py-2 px-3 max-w-52">
<div class="flex">
<span class="truncate">
{{ user?.inviteeEmail }}
</span>
</div>
</td>
<td class="py-2 px-3">
<div class="flex items-center">