sebdah / dynamic-dynamodb

Dynamic DynamoDB provides auto scaling for AWS DynamoDB
http://dynamic-dynamodb.readthedocs.org/
Apache License 2.0
618 stars 124 forks source link

Tables with configuration options are hard to read #328

Open fizyk opened 7 years ago

fizyk commented 7 years ago

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.

image

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.

mkaurin commented 7 years ago

Firefox workaround. Not sure how it's done in Chrome, but I'm pretty sure it can be done there in a similar way:

  1. Right click on one of the tables / inspect-element
  2. In the left (larger) pane, find <div class="my-nav-content"> and click it (you'll see the relevant highlight above)
  3. In the right (smaller) pane, notice the .wy-nav-content CSS section and edit max-widthto 100%
sebdah commented 7 years ago

I'd be happy to merge an update to the docs in this area if someone is interested.