File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 46
46
x-transition:leave-end =" opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95"
47
47
>
48
48
<!-- Scrollable Content -->
49
- <div class =" flex flex-col max-h-screen overflow-y-auto p-6 " >
50
- <header class =" text-center mb-4" >
49
+ <div class =" flex flex-col max-h-screen overflow-y-auto" >
50
+ <header class =" text-center mb-4 px-6 " >
51
51
<h2 class =" text-lg font-semibold" >{{ $modalTitle ?? ' ' } } </h2 >
52
52
</header >
53
53
54
- <main class =" mb-4" >
54
+ <main class =" mb-4 px-6 " >
55
55
{{ $content ?? ' ' } }
56
56
</main >
57
57
58
- <footer class =" p-4 py-4 px-4 -mx-8 -mb-8 mt-8 bg-slate-100 dark:bg-gray-500" >
58
+ <footer class =" p-4 mt-8 bg-slate-100 dark:bg-gray-500" >
59
59
<div class =" flex justify-end gap-4" >
60
60
{{ $footer ?? ' ' } }
61
61
</div >
Original file line number Diff line number Diff line change 25
25
<div class =" mt-5 text-left" >
26
26
<div class =" flex border-b pb-2" >
27
27
<i class =" pt-1 pr-1 fa fa-envelope" ></i >
28
- <div style = " width : 200 px ; overflow : scroll " >{{ $user -> email } } </div >
28
+ <div class = " w-auto overflow-hidden text-ellipsis whitespace-nowrap " >{{ $user -> email } } </div >
29
29
</div >
30
30
</div >
31
31
You can’t perform that action at this time.
0 commit comments