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

Right side width #42

Closed
kyleturco opened this issue Oct 9, 2015 · 3 comments
Closed

Right side width #42

kyleturco opened this issue Oct 9, 2015 · 3 comments

Comments

@kyleturco
Copy link
Contributor

The right side (content not left menu) doesn't have a responsive width. Below 1400px or so, the content goes out of the right side of the browser. It should respond to window size.

@levithomason
Copy link
Member

This was intentional as the PropTypes do not fit on a table that small. I'm open to better suggestions than limiting width though. One thing might be using a <Table /> for the props and allowing it to be responsive.

@kyleturco
Copy link
Contributor Author

That sounds fine. The main issue I'm seeing is for the UI elements I'm adding they extend awkwardly off the side. (see screenshot) A width would at least allow them to wrap. We could also add a width limit for just the ui examples I would think.
screen shot 2015-10-09 at 2 45 30 pm

@kyleturco
Copy link
Contributor Author

This has been addressed by removing flex. It will be in my feature/button-examples PR

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

2 participants