From 9c81b5d92b9aa57b23410620cb0b43c7fe6aa81e Mon Sep 17 00:00:00 2001 From: Wolfgang Felbermeier Date: Mon, 26 Feb 2018 23:24:34 +0100 Subject: [PATCH] Fix table display width. (#36728) --- docs/docsite/_themes/srtd/static/css/theme.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docsite/_themes/srtd/static/css/theme.css b/docs/docsite/_themes/srtd/static/css/theme.css index 1f02e313c3..fc4d036c6f 100644 --- a/docs/docsite/_themes/srtd/static/css/theme.css +++ b/docs/docsite/_themes/srtd/static/css/theme.css @@ -4916,6 +4916,8 @@ table { .documentation-table { border-right: 1px solid #000; border-bottom: 1px solid #000; + width: 100%; + display: table; } .caption {