diff --git a/doc/source/_static/full_width_theme.css b/doc/source/_static/full_width_theme.css index 7271d0e2f..3858a1861 100644 --- a/doc/source/_static/full_width_theme.css +++ b/doc/source/_static/full_width_theme.css @@ -2,4 +2,7 @@ height: 100%; max-width: 100% !important; margin: auto; +} +.py.property { + display: block !important; } \ No newline at end of file