diff --git a/doc/_static/mpl.css b/doc/_static/mpl.css index 0d99cf930ef2..3a2544d7e9db 100644 --- a/doc/_static/mpl.css +++ b/doc/_static/mpl.css @@ -339,6 +339,8 @@ h5 a.anchor:hover, h6 a.anchor:hover { table { border-collapse: collapse; margin: 0 -0.5em 0 -0.5em; + table-layout: auto; + width: 100%; } table td, table th { @@ -637,7 +639,9 @@ table.docutils th { border-width: 1px 0px; border-color: #888; background-color: #f0f0f0; - width: 100px; + table-layout: auto; + width: 100%; + } table.docutils td {