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 12ffd54..f87667c 100644 --- a/src/components/CreateLinkTile.tsx +++ b/src/components/CreateLinkTile.tsx @@ -130,7 +130,7 @@ const LinkCreatedTile: React.FC = (props) => { -

{props.link}

+

{props.link}