mirror of
https://github.com/documenso/documenso.git
synced 2026-07-26 09:54:51 +10:00
fix: update button width to fit content in public profile page (#2506)
Co-authored-by: Catalin Pit <catalinpit@gmail.com>
This commit is contained in:
@@ -184,7 +184,7 @@ export default function PublicProfilePage({ loaderData }: Route.ComponentProps)
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<Button asChild className="w-20">
|
<Button asChild className="w-fit">
|
||||||
<Link to={formatDirectTemplatePath(template.directLink.token)}>
|
<Link to={formatDirectTemplatePath(template.directLink.token)}>
|
||||||
<Trans>Sign</Trans>
|
<Trans>Sign</Trans>
|
||||||
</Link>
|
</Link>
|
||||||
|
|||||||
Reference in New Issue
Block a user