diff --git a/docs/_static/custom.css b/docs/_static/custom.css index d26dda098..967f14c2e 100644 --- a/docs/_static/custom.css +++ b/docs/_static/custom.css @@ -8,6 +8,17 @@ input { line-height: 1.5 !important; } +div.need_container { + overflow-x: auto; +} +div.wy-table-responsive { + width: 100% !important; +} +table.need { + display: table !important; + width: 100% !important; +} + .md-typeset, .md-nav, .md-typeset table:not([class]) { font-size: 16px !important; line-height: 1.5 !important;