From d47288d9db9de027bf77774cce4acbd531244f9d Mon Sep 17 00:00:00 2001 From: Soumesh Banerjee Date: Fri, 9 Aug 2019 10:07:22 +0800 Subject: [PATCH] :bug: Fix the white space bug in docs Fix only the visual rendering the issue for selection of text still remains and have to be solved by updating the html generator Closes #3208 --- docs/_static/theme_overrides.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/_static/theme_overrides.css b/docs/_static/theme_overrides.css index df1cdd442..011488e79 100644 --- a/docs/_static/theme_overrides.css +++ b/docs/_static/theme_overrides.css @@ -40,3 +40,7 @@ a:hover { .logo { width: 240px !important; } + +a.internal::after{ + content: ' '; +}