jonkemp / gulp-inline-css

Inline linked css in an html file. Useful for emails.
MIT License
272 stars 29 forks source link

applyWidthAttributes not applies on TH tags #72

Open kornelion opened 2 years ago

kornelion commented 2 years ago

Hi,

While applyWidthAttributes works fine with tables, images, TD's and other tags, the TH tags seems excluded from having a "width" attribute added, even if there is a width in the style attribute of this tag.

Exemple of one of my TH after generation : <th class="columns small-12 large-6 u-text-center" style="font-weight: normal; padding-left: 0; padding-right: 0; text-align: center; vertical-align: top; width: 320px;">

Thanks