diff --git a/src/components/CreateLinkTile.scss b/src/components/CreateLinkTile.scss index 5a300ce..a377ae4 100644 --- a/src/components/CreateLinkTile.scss +++ b/src/components/CreateLinkTile.scss @@ -35,7 +35,7 @@ limitations under the License. color: $foreground; } - h1 { + .linkHeader h1 { word-break: break-all; } diff --git a/src/components/CreateLinkTile.tsx b/src/components/CreateLinkTile.tsx index deef074..d677e8b 100644 --- a/src/components/CreateLinkTile.tsx +++ b/src/components/CreateLinkTile.tsx @@ -129,7 +129,7 @@ const LinkCreatedTile: React.FC = (props) => { Go back to matrix.to home page -

{props.link}

+

{props.link}