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

Commit

Permalink
Fix layout regression in public space invite dialog (#11009)
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored May 30, 2023
1 parent 50f7317 commit 5c623cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/views/spaces/SpacePublicShare.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const SpacePublicShare: React.FC<IProps> = ({ space, onFinished }) => {
}}
>
{_t("Share invite link")}
<span>{copiedText}</span>
<div>{copiedText}</div>
</AccessibleButton>
{space.canInvite(MatrixClientPeg.get()?.getSafeUserId()) && shouldShowComponent(UIComponent.InviteUsers) ? (
<AccessibleButton
Expand Down

0 comments on commit 5c623cd

Please sign in to comment.