We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
headCSS={css}
width="600px"
Any suggestion ?
Best regards,
The text was updated successfully, but these errors were encountered:
If we can add className propTypes on Email.js and on the second box2.default it's good.
className
propTypes
Email.js
box2.default
Sorry, something went wrong.
No branches or pull requests
Hello,
How we can add media queries for table ?
I see
And
headCSS={css}
but I can't select the ONLY table withwidth="600px"
, and I can't add className for this.Any suggestion ?
Best regards,
The text was updated successfully, but these errors were encountered: