dynamic-dynamodb
dynamic-dynamodb copied to clipboard
Tables with configuration options are hard to read
http://dynamic-dynamodb.readthedocs.io/en/latest/configuration_options.html
There's a lot of options and it doesn't fit well with the read the docs default template.
The tables are often cur, and the only way to get to the comments is scroll the table sideways (bottom scrollbar, somehow the old click-rollbar to scroll sideways doesn't work for me). So after you scroll the table you loose context as to what the comment is for ;) If possible, it would be great to make the page wider for the tables.
Firefox workaround. Not sure how it's done in Chrome, but I'm pretty sure it can be done there in a similar way:
- Right click on one of the tables / inspect-element
- In the left (larger) pane, find
<div class="my-nav-content">
and click it (you'll see the relevant highlight above) - In the right (smaller) pane, notice the
.wy-nav-content
CSS section and editmax-width
to 100%
I'd be happy to merge an update to the docs in this area if someone is interested.