Fix whitespace preservation after collection/document names in email templates (#11034)

* Initial plan

* Fix missing whitespace after collection/document names in shared emails

Co-authored-by: tommoor <380914+tommoor@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: tommoor <380914+tommoor@users.noreply.github.com>
This commit is contained in:
Copilot
2025-12-31 21:26:42 +00:00
committed by GitHub
parent 491102e865
commit 755833c64c
2 changed files with 2 additions and 2 deletions
@@ -95,7 +95,7 @@ View Document: ${teamUrl}${collection.path}
<Heading>{collection.name}</Heading> <Heading>{collection.name}</Heading>
<p> <p>
{actorName} invited you to {permission} documents in the{" "} {actorName} invited you to {permission} documents in the{" "}
<a href={collectionUrl}>{collection.name}</a> collection. <a href={collectionUrl}>{collection.name}</a>{" "}collection.
</p> </p>
<p> <p>
<Button href={collectionUrl}>View Collection</Button> <Button href={collectionUrl}>View Collection</Button>
@@ -94,7 +94,7 @@ View Document: ${teamUrl}${document.path}
<Heading>{document.titleWithDefault}</Heading> <Heading>{document.titleWithDefault}</Heading>
<p> <p>
{actorName} invited you to {permission} the{" "} {actorName} invited you to {permission} the{" "}
<a href={documentUrl}>{document.titleWithDefault}</a> document. <a href={documentUrl}>{document.titleWithDefault}</a>{" "}document.
</p> </p>
<p> <p>
<Button href={documentUrl}>View Document</Button> <Button href={documentUrl}>View Document</Button>