Fix layout regression in public space invite dialog (#11009)
This commit is contained in:
parent
50f7317762
commit
5c623cd573
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue