The update of EuiImage to Emotion looks like it also included a change from the wrapping element to be display: table instead of display: inline-block. I'm not sure what the necessitated the change, but it breaks the component from responding to text-align behavior.
Here's some before/after screenshots showcasing the Page not found EuiEmptyPrompt example.
BEFORE

AFTER (layout bug)

The update of EuiImage to Emotion looks like it also included a change from the wrapping element to be
display: tableinstead ofdisplay: inline-block. I'm not sure what the necessitated the change, but it breaks the component from responding totext-alignbehavior.Here's some before/after screenshots showcasing the
Page not foundEuiEmptyPrompt example.BEFORE

AFTER (layout bug)
