Stop strange word wrap

This commit is contained in:
Jorik Schellekens 2020-09-23 10:38:38 +01:00
parent 122bb55535
commit 0a1d81528d
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ limitations under the License.
color: $foreground;
}
h1 {
.linkHeader h1 {
word-break: break-all;
}

View File

@ -130,7 +130,7 @@ const LinkCreatedTile: React.FC<ILinkCreatedTileProps> = (props) => {
<img src={refreshIcon} />
</button>
<a href={props.link}>
<h1>{props.link}</h1>
<h1 className="linkHeader">{props.link}</h1>
</a>
<Button
flashChildren={'Copied'}