Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Fix link word break issue (Fix #388) #389

Merged
merged 2 commits into from
Aug 18, 2022

Conversation

daviddossett
Copy link
Collaborator

@daviddossett daviddossett commented Aug 5, 2022

Fixes #388 by removing white-space: nowrap and adding word-break: break-word rule to allow links using long continuous strings to break into new lines.

Before

CleanShot 2022-08-05 at 09 38 17@2x

After

CleanShot 2022-08-05 at 09 37 33@2x

@daviddossett daviddossett self-assigned this Aug 5, 2022
Copy link
Member

@hawkticehurst hawkticehurst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @daviddossett!

@hawkticehurst hawkticehurst merged commit 93e74a8 into microsoft:main Aug 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Link: Support for 'word-break'
2 participants