react-html-email
react-html-email copied to clipboard
Responsive table
Hello, How we can add media queries for table ? I see
const css = `
@media only screen and (max-width: 480px) {
table{
width:50px;
}
}`.trim()
And headCSS={css} but I can't select the ONLY table with width="600px", and I can't add className for this.

Any suggestion ?
Best regards,
If we can add className propTypes on Email.js and on the second box2.default it's good.