mirror of https://github.com/vector-im/riot-web
Fix layout regression in public space invite dialog (#11009)
parent
50f7317762
commit
5c623cd573
|
@ -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…
Reference in New Issue