I have a project that uses Zurb ink for many things, but one email in particular is an invoice, whose tables I don't want to shift around when I'm on a smaller screen (I'd rather scroll).
Is there an easy way to disable wrapping?
I have a project that uses Zurb ink for many things, but one email in particular is an invoice, whose tables I don't want to shift around when I'm on a smaller screen (I'd rather scroll).
Is there an easy way to disable wrapping?
Copyright © 2021 Jogjafile Inc.
Because of the way css works (cascading style sheets) you'll need to override the inline styles and the wrapping with a few !important lines in a media query at the top of your mail in the style tag.
For example:
Or if you're using Inky only use the attribute
largeon your<columns>tag. Consequently, thesmallattribute will copy the value of thelargeattribute.