isspy
This bug is fixed, you can try with this custom CSS code:
html div#es .o-media {
display: block;
}
html div#es .o-media .o-media__image {
display: inline-block;
padding-right: 10px;
}
html div#es .o-media .o-media__body {
display: inline-block;
}
put into the file: root/templates/ja_intranet (your default template)/css/custom.css (Create this file if it doesn't exist)
This fix will be included in the next update of this template also.
Regards