From df57392aea1a011f27607c9cb7e0a786df798205 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sat, 27 Jun 2020 07:08:46 -0400 Subject: Fix table wrapping --- docs/_static/style.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/_static/style.css b/docs/_static/style.css index e80b88bb..f77572f3 100644 --- a/docs/_static/style.css +++ b/docs/_static/style.css @@ -804,6 +804,7 @@ dd { table.docutils { width: 100%; + table-layout: fixed; } table.docutils.footnote { @@ -828,6 +829,7 @@ table.docutils tbody tr td { border-top: solid 1px var(--table-border); padding: 7px 5px; vertical-align: top; + overflow-wrap: break-word; } table.docutils tbody tr:last-child th, table.docutils tbody tr:last-child td { -- cgit v1.2.3