If you insert an image and right align it without a caption… no problem. But with a caption (which creates a border) the text to left has no spacing… it buts right up to the border.
Hey raveon!
Thank you for the bug report. We’ll fix this issue with the next update. If you need a quick fix insert this code into the quick css field:
div .wp-caption.alignright {
margin: 4px 0px 0px 10px;
}
Cheers!
Peter