From: Soumesh Banerjee Date: Fri, 9 Aug 2019 02:07:22 +0000 (+0800) Subject: :bug: Fix the white space bug in docs X-Git-Tag: v4.1-dev~17^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d47288d9db9de027bf77774cce4acbd531244f9d;p=esp-idf :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 --- diff --git a/docs/_static/theme_overrides.css b/docs/_static/theme_overrides.css index df1cdd4425..011488e79e 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: ' '; +}