email-css-resets icon indicating copy to clipboard operation
email-css-resets copied to clipboard

Reset <li> margin for Outlook Windows Desktop

Open JayOram opened this issue 4 years ago • 0 comments

Should this be included?

<!--[if mso]>
<style type="text/css">
li {margin-left:-40px !important;}
</style>
<![endif]-->

As it will reset the list item to 0px margin left?

Maybe with the added information that to change the indentation using margin to adjust the -40px ?

JayOram avatar Jul 20 '21 08:07 JayOram