mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-24 08:32:34 +02:00
fix: remove style attribute and use classname of tailwind in share signers list
This commit is contained in:
@@ -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=" ">
|
||||
|
||||
Reference in New Issue
Block a user