diff --git a/src/clients/Nheko.tsx b/src/clients/Nheko.tsx index a0954d1..22f8045 100644 --- a/src/clients/Nheko.tsx +++ b/src/clients/Nheko.tsx @@ -40,7 +40,10 @@ const Nheko: TextClient = { Type{' '} - /join {link.identifier} + /join{' '} + + {link.identifier} + ); @@ -49,7 +52,10 @@ const Nheko: TextClient = { Type{' '} - /invite {link.identifier} + /invite{' '} + + {link.identifier} + ); diff --git a/src/clients/Weechat.tsx b/src/clients/Weechat.tsx index cd15769..86b0a98 100644 --- a/src/clients/Weechat.tsx +++ b/src/clients/Weechat.tsx @@ -40,7 +40,10 @@ const Weechat: TextClient = { Type{' '} - /join {link.identifier} + /join{' '} + + {link.identifier} + ); @@ -49,7 +52,10 @@ const Weechat: TextClient = { Type{' '} - /invite {link.identifier} + /invite{' '} + + {link.identifier} + ); diff --git a/src/components/CreateLinkTile.scss b/src/components/CreateLinkTile.scss index a377ae4..0fba4fc 100644 --- a/src/components/CreateLinkTile.scss +++ b/src/components/CreateLinkTile.scss @@ -35,10 +35,6 @@ limitations under the License. color: $foreground; } - .linkHeader h1 { - word-break: break-all; - } - .createLinkReset { height: 40px; width: 40px; diff --git a/src/components/CreateLinkTile.tsx b/src/components/CreateLinkTile.tsx index 5c05c58..fbca6d9 100644 --- a/src/components/CreateLinkTile.tsx +++ b/src/components/CreateLinkTile.tsx @@ -128,7 +128,7 @@ const LinkCreatedTile: React.FC = (props) => {
New link
Go back to matrix.to home page -

{props.link}

+

{props.link}