
0
Tight line-height for Outlook.com
hola email society, I've noticed very tight line-height for our Outlook.com previews. Different fixes have worked albeit it for limited amounts of time. .ExternalClass * {line-height: 125% !important;} was working well for some time but is no longer effective.
Anyone have a recent fix or resources to point to?
Here's a screenshot of the issue described:
Just found a solution!
Rather than use the universal selector, I used the string below and made the line-height 142%
.ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div {
line-height: 142% !important;
}