From ccd22e5a5ae355f77dccaefb58bf63a2a76799ee Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Sun, 10 Nov 2019 13:22:35 +0000 Subject: [PATCH] Allow line breaks in table headers --- docs/extra.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/extra.css b/docs/extra.css index 2cee641f..4a965b22 100644 --- a/docs/extra.css +++ b/docs/extra.css @@ -36,6 +36,10 @@ h1, h2, h3, h4, h5, h6 { margin-bottom: 14px; } +.rst-content th { + white-space: normal; +} + /* Code block filename style