gulp-inline-css icon indicating copy to clipboard operation
gulp-inline-css copied to clipboard

applyWidthAttributes not applies on TH tags

Open kornelion opened this issue 2 years ago • 0 comments

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

kornelion avatar Mar 24 '22 14:03 kornelion