Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Long URL wrapping in editor #2552

Merged
merged 2 commits into from
Dec 12, 2023
Merged

fix: Long URL wrapping in editor #2552

merged 2 commits into from
Dec 12, 2023

Conversation

ianjon3s
Copy link
Contributor

@ianjon3s ianjon3s commented Dec 12, 2023

What does this PR do?

URLs entered into the editor rich-text input do not currently wrap and therefore longer URLs will expand the container beyond the layout. Adding a word-wrap property to inserted URLs fixes this.

Current example:
https://editor.planx.uk/barnet/article4/nodes/_root/nodes/CnIGlaoSRM/edit

Fixed example:
https://2552.planx.pizza/barnet/article4/nodes/_root/nodes/CnIGlaoSRM/edit

Copy link

github-actions bot commented Dec 12, 2023

Removed vultr server and associated DNS entries

@ianjon3s ianjon3s marked this pull request as ready for review December 12, 2023 14:38
@ianjon3s ianjon3s requested a review from a team December 12, 2023 14:39
Copy link
Contributor

@DafyddLlyr DafyddLlyr left a comment

Choose a reason for hiding this comment

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

Nice catch 👌

@ianjon3s ianjon3s merged commit f9785de into main Dec 12, 2023
12 checks passed
@ianjon3s ianjon3s deleted the ian/editor-url-wrapping branch December 12, 2023 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants