Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 5c623cd

Browse files
authored
Fix layout regression in public space invite dialog (#11009)
1 parent 50f7317 commit 5c623cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/views/spaces/SpacePublicShare.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const SpacePublicShare: React.FC<IProps> = ({ space, onFinished }) => {
5353
}}
5454
>
5555
{_t("Share invite link")}
56-
<span>{copiedText}</span>
56+
<div>{copiedText}</div>
5757
</AccessibleButton>
5858
{space.canInvite(MatrixClientPeg.get()?.getSafeUserId()) && shouldShowComponent(UIComponent.InviteUsers) ? (
5959
<AccessibleButton

0 commit comments

Comments
 (0)