react-html-email icon indicating copy to clipboard operation
react-html-email copied to clipboard

Responsive table

Open artsx opened this issue 9 years ago • 1 comments

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. screen shot 2016-11-02 at 12 36 52

Any suggestion ?

Best regards,

artsx avatar Nov 02 '16 11:11 artsx

If we can add className propTypes on Email.js and on the second box2.default it's good.

artsx avatar Nov 02 '16 15:11 artsx