odd
odd

@help I noticed that my Archive page was “swimming” today. I found out that it was bc of a long URL, (non-marked down). The Archive page moved back and forth horizontally.

Is there a way to non-destructively break such URLs?

|
Embed
odd
odd

@bix Thanks! I didn’t know that. I removed the blog post that created this problem, so it’s okay now, but I’ll look into if I can fix this for the future with what you suggested.

|
Embed
help
help

@odd Best thing is probably to add a little CSS word-break: break-word for the URLs. I'm not sure if that should be the default or not, but maybe.

|
Embed
odd
odd

@help Ok, thank you for your reply.

|
Embed
nertzy
nertzy

@odd you could add <wbr /> tags at strategic points within the URL to encourage wrapping. developer.mozilla.org/en-US/doc...

|
Embed
odd
odd

@nertzy I haven’t heard about that option before. Nice to know, thank you. 😎

|
Embed