fix: remove style attribute and use classname of tailwind in share signers list

This commit is contained in:
RaktimaNXG
2024-04-10 10:51:03 +05:30
parent 4fe5bdaad8
commit 4d8a54a6c5
+1 -8
View File
@@ -985,14 +985,7 @@ function PlaceHolderSign() {
key={ind}
>
{copied && <Alert type="success">Copied</Alert>}
<span
className="w-[200px] md:w-[300px]"
style={{
whiteSpace: "nowrap",
overflow: "hidden",
textOverflow: "ellipsis"
}}
>
<span className="w-[200px] md:w-[300px] whitespace-nowrap overflow-hidden text-ellipsis ">
{data.signerEmail}
</span>
<div className=" ">