You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: