diff --git a/docs/docsite/_themes/srtd/static/css/theme.css b/docs/docsite/_themes/srtd/static/css/theme.css index 9a0a84a638..216244e807 100644 --- a/docs/docsite/_themes/srtd/static/css/theme.css +++ b/docs/docsite/_themes/srtd/static/css/theme.css @@ -4898,6 +4898,12 @@ table { height: inherit } +@-moz-document url-prefix() { + .return-value-column td { + height: 100% + } +} + .cell-border { padding: 4px; border-left: 1px solid #000; diff --git a/docs/templates/plugin.rst.j2 b/docs/templates/plugin.rst.j2 index 6d93079a4e..8290435013 100644 --- a/docs/templates/plugin.rst.j2 +++ b/docs/templates/plugin.rst.j2 @@ -213,17 +213,6 @@ Common return values are documented :ref:`here `, the foll .. raw:: html - -
name