diff --git a/docs/_static/theme_overrides.css b/docs/_static/theme_overrides.css index 011488e79e..6dfc2e2786 100644 --- a/docs/_static/theme_overrides.css +++ b/docs/_static/theme_overrides.css @@ -41,6 +41,12 @@ a:hover { width: 240px !important; } -a.internal::after{ +/* For space between the return type and function name */ +a.internal + code.descname::before { + content: ' '; +} + +/* For space between the arguments of the function */ +a.internal + em::before { content: ' '; }