The new Confluence cloud editor give back different classes (and css) in case of images exports.
We should handle this difference.
For quick fix:
Add the following css to the Custom stylesheet in case of export:
.wiki-content span.image-left-wrapper {
float: none;
}