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 @@ -1590,10 +1590,8 @@ function PdfRequestFiles() {
1590
1590
< div className = "px-[15px]" >
1591
1591
< span >
1592
1592
Congratulations! 🎉 This document has been
1593
- successfully
1593
+ successfully signed by all participants!
1594
1594
</ span >
1595
- < br />
1596
- < span > signed by all participants!</ span >
1597
1595
</ div >
1598
1596
) }
1599
1597
{ ! isCompleted ?. message && (
Original file line number Diff line number Diff line change @@ -19,8 +19,10 @@ const ModalUi = ({
19
19
< div className = "fixed z-[999] top-0 left-0 w-[100%] h-[100%] bg-black bg-opacity-[75%]" >
20
20
< div
21
21
className = { `${
22
- reduceWidth ? "md:min-w-[430px]" : "md:min-w-[500px]"
23
- } fixed z-[1000] top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 text-sm bg-white rounded shadow-md max-h-90 min-w-[90%] overflow-y-auto hide-scrollbar `}
22
+ reduceWidth
23
+ ? "md:min-w-[440px] md:max-w-[400px]"
24
+ : "md:min-w-[500px]"
25
+ } fixed z-[1000] top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 text-sm bg-white rounded shadow-md max-h-90 min-w-[90%] overflow-y-auto hide-scrollbar `}
24
26
>
25
27
{ showHeader && (
26
28
< div
You can’t perform that action at this time.
0 commit comments