Skip to content

Commit

Permalink
refactor: refactor code
Browse files Browse the repository at this point in the history
  • Loading branch information
raktima-opensignlabs committed Jun 26, 2024
1 parent 0580a18 commit 18992e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/OpenSign/src/primitives/GetReportDisplay.js
Original file line number Diff line number Diff line change
Expand Up @@ -1417,7 +1417,7 @@ const ReportTable = (props) => {
key={i}
className="text-sm font-normal text-black flex my-2 justify-between items-center"
>
<span className="w-[180px] md:w-[300px] whitespace-nowrap overflow-hidden text-ellipsis text-sm font-semibold">
<span className="w-[150px] mr-[5px] md:mr-0 md:w-[300px] whitespace-nowrap overflow-hidden text-ellipsis text-sm font-semibold">
{share.email}
</span>
<div className="flex items-center gap-2">
Expand Down

0 comments on commit 18992e0

Please sign in to comment.