Fix layout regression in public space invite dialog (#11009)

t3chguy/dedup-icons-17oct
Michael Telatynski 2023-05-30 10:30:27 +01:00 committed by GitHub
parent 50f7317762
commit 5c623cd573
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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