mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-13 00:16:17 +02:00
Fix layout regression in public space invite dialog (#11009)
This commit is contained in:
parent
50f7317762
commit
5c623cd573
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user