-
Notifications
You must be signed in to change notification settings - Fork 341
Max-width broken with wide elements + for certain widths #118
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
Comments
Looking into it a bit more, it may be something to do with Hopefully this can be figured out when #17 (cc @hoetmaaiers who may be interested in this issue if he's also working on that one) |
I just found an example in the pandas docs where this is messing up right now: https://pandas.pydata.org/pandas-docs/stable/getting_started/basics.html#basics-rename |
I see this now as well (if I make my window smaller): But, it seems to happen on almost any page in the pandas docs for me (at least every page that I tried). In addition, on the page you linked to (so the one with the wide element, https://pandas.pydata.org/pandas-docs/stable/getting_started/basics.html#basics-rename), I see another issue as well: where there is a horizontal scrollbar and the right toc sidebar falls from the page (without actually disappearing in a mobile responsive way). |
Uh oh!
There was an error while loading. Please reload this page.
I found that when we have elements that are quite wide (e.g., a code block with a really long line), then it throws off the whole page's formatting. For example, try building the docs with a line like this:
Both sidebars get scrunched up for me if I add this
The text was updated successfully, but these errors were encountered: