Android devices wrap text to screen width
Is there a way to stop Android mobile devices from wrapping text to the width of the screen?
The widths of the layout container are preserved (tables, td), but android insists on wrapping the text to fit the width of the screen.
This is for html newsletters, so I need to stick with something in the media query and nothing in
<head></head>
tag since it will be removed by the mail client.
Greetings
+3
source to share