Download
We're evolving to serve you better! This current forum has transitioned to read-only mode. For new discussions, support, and engagement, we've moved to GitHub Discussions.

Images are getting Chopped

#1855
Avatar photoBob

If you use a long string without spaces, yes, it can look not very nice,  but this it’s an unnatural way of writing.

If you want to break the line, you can expand the previous part of the code with a new rule:

.post__entry {
    overflow: unset;
    line-break: anywhere;
}