Files
jmap-webmail/app
Matthieu MALVACHE 8e659c1ed3 fix(print): shrink fixed-width HTML emails to fit on A4
Newsletter-style mail is usually laid out with width="600" or
style="width:640px" tables. On A4 with 12 mm margins the printable
width is closer to 180 mm, so the right edge of the content was
being clipped. Add print rules that cap every element in
#print-overlay to max-width: 100%, let tables auto-layout, and force
long URLs / single words to wrap instead of overflowing. Images,
svgs, videos and canvases also get max-width: 100% with auto height
so they scale down proportionally.
2026-04-17 14:32:36 +02:00
..