Best solution to fix image rendering issue in MSO Outlook?
Hello Community,
I have added code that appears to have fixed an issue with images appearing cut off or not appearing at all in my desktop MSO 365 Outlook inbox (Version 2201 Build 16.0.14827.20186).

As you can see, the images have been uploaded in a RTE that is contained in a Module:


The fix I applied was to add the following code to the <head> section:
<!--[if mso]>
<style>
td, th {
line-height: 0px !important;
}
</style>
<![endif]-->
The images are now rendering perfectly:

My question is whether there's any chance the code I added to the <head> section could adversely impact anything in the template. I don't believe it would, but I just want to be sure.
Thanks for your help!
LK