From 926edb44131ba6c6e9e487355bc4879353bfbbda Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Tue, 30 May 2023 09:49:07 +0100 Subject: [PATCH] Fix layout regression in public space invite dialog --- src/components/views/spaces/SpacePublicShare.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/views/spaces/SpacePublicShare.tsx b/src/components/views/spaces/SpacePublicShare.tsx index af291697918..f1b22047f96 100644 --- a/src/components/views/spaces/SpacePublicShare.tsx +++ b/src/components/views/spaces/SpacePublicShare.tsx @@ -53,7 +53,7 @@ const SpacePublicShare: React.FC = ({ space, onFinished }) => { }} > {_t("Share invite link")} - {copiedText} +
{copiedText}
{space.canInvite(MatrixClientPeg.get()?.getSafeUserId()) && shouldShowComponent(UIComponent.InviteUsers) ? (