Skip to content

Commit b692a7e

Browse files
committed
update email display for better responsiveness and overflow handling
1 parent 7788b7c commit b692a7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/livewire/admin/users/show.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<div class="mt-5 text-left">
2626
<div class="flex border-b pb-2">
2727
<i class="pt-1 pr-1 fa fa-envelope"></i>
28-
<div style="width:200px; overflow: scroll">{{ $user->email }}</div>
28+
<div class="w-auto overflow-hidden text-ellipsis whitespace-nowrap">{{ $user->email }}</div>
2929
</div>
3030
</div>
3131

0 commit comments

Comments
 (0)