You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Faced the issue that umlauts of Ä, Ö, Ü in German were cut in Windows Outlook with decreased line height, e.g., line-hegiht:100%
I made some tests using mso-text-raise, and it worked but caused other problems and inconveniences.
First of all, as you may see, for a bigger font size, it needs to change mso-text-raise, which means I can't make one style for everyone.
Ok, it is an inconvenience, and I can live with it, but more importantly for me that when I'm changing mso-text-raise, I got cutting descender of the letters.
Normal:
Cutted:
The main question to the community is – do I need to refuse to use a smaller line-height, which is needed for design, or there are other methods to fix this problem?
All tests
The text was updated successfully, but these errors were encountered:
Hi, I don't know exactly in which context you want to display the text with a lower line-height, but in some cases for Outlook a VML solution can do the trick:,here is an example : https://codepen.io/matthieuSolente/pen/jOmNyKO
Hope it helps
Faced the issue that umlauts of Ä, Ö, Ü in German were cut in Windows Outlook with decreased line height, e.g.,
line-hegiht:100%
I made some tests using
mso-text-raise
, and it worked but caused other problems and inconveniences.First of all, as you may see, for a bigger font size, it needs to change
mso-text-raise
, which means I can't make one style for everyone.Ok, it is an inconvenience, and I can live with it, but more importantly for me that when I'm changing
mso-text-raise
, I got cutting descender of the letters.Normal:
Cutted:
The main question to the community is – do I need to refuse to use a smaller
line-height
, which is needed for design, or there are other methods to fix this problem?All tests
The text was updated successfully, but these errors were encountered: