I have a UL that I've stripped ALL padding and margin from with inline-css on both the LI's, UL, and containing TD.. I'm simply looking for a way to control the white space around this UL in Outlook 365 Win10 specifically, but it doesn't seem to respect any of the inline styles, nor this:

<!--[if gte mso 9]>
<style>
ul, li {
margin: 0;
padding: 0;
}
li {
text-indent: -1em; /* Normalise space between bullets and text */
}
</style>
<![endif]-->

Does anyone know of a way to target this client specifically for this purpose?