Fix layout regression in public space invite dialog (#11009)
This commit is contained in:
@@ -53,7 +53,7 @@ const SpacePublicShare: React.FC<IProps> = ({ space, onFinished }) => {
|
|||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{_t("Share invite link")}
|
{_t("Share invite link")}
|
||||||
<span>{copiedText}</span>
|
<div>{copiedText}</div>
|
||||||
</AccessibleButton>
|
</AccessibleButton>
|
||||||
{space.canInvite(MatrixClientPeg.get()?.getSafeUserId()) && shouldShowComponent(UIComponent.InviteUsers) ? (
|
{space.canInvite(MatrixClientPeg.get()?.getSafeUserId()) && shouldShowComponent(UIComponent.InviteUsers) ? (
|
||||||
<AccessibleButton
|
<AccessibleButton
|
||||||
|
|||||||
Reference in New Issue
Block a user