Skip to content
New issue

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

Responsive table #25

Open
artsx opened this issue Nov 2, 2016 · 1 comment
Open

Responsive table #25

artsx opened this issue Nov 2, 2016 · 1 comment

Comments

@artsx
Copy link

artsx commented Nov 2, 2016

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
Copy link
Author

artsx commented Nov 2, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant