nbsp
This commit is contained in:
parent
3faa013b9b
commit
82351453f6
|
@ -53,9 +53,9 @@ function Placeholder({ children }: { children: string }) {
|
||||||
bottom: "3px",
|
bottom: "3px",
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{" ".repeat(12)}
|
<span dangerouslySetInnerHTML={{ __html: " ".repeat(12) }}></span>
|
||||||
<span style={{ color: "gray" }}>({children})</span>
|
<span style={{ color: "gray" }}>({children})</span>
|
||||||
{" ".repeat(12)}
|
<span dangerouslySetInnerHTML={{ __html: " ".repeat(12) }}></span>
|
||||||
</span>
|
</span>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user