diff --git a/db/docs/source/_static/custom.css b/db/docs/source/_static/custom.css index 727dc282..458bacab 100644 --- a/db/docs/source/_static/custom.css +++ b/db/docs/source/_static/custom.css @@ -16,22 +16,12 @@ th { } -div.body { +body { width: 100%; } -/* override table width restrictions */ -@media screen and (min-width: 800px) { - - .wy-table-responsive table td { - /* !important prevents the common CSS stylesheets from overriding - this as on RTD they are loaded after this stylesheet */ - white-space: normal !important; - } - - .wy-table-responsive { - overflow: visible !important; - } +div.body { + width: 100%; } div.section p {