You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
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.
The text was updated successfully, but these errors were encountered: