Is there a way to prevent punctuation from going to the next line when it follows an inline image? It seems to work when there is text before the punctuation, but not when there is an image. Please see attached image.
Forum › How do I...?
prevent a line break between an inline image and punctuation
I don't think there's a mechanism to inhibit line-breaks adjacent to inline replaced elements like images unless they are wrapped in a span with "white-space: nowrap" applied. (I thought that perhaps the U+2060 WORD JOINER character might help, but it only applies to text, not images).
