]> granicus.if.org Git - esp-idf/commitdiff
:bug: Fix the white space bug in docs
authorSoumesh Banerjee <soumesh.banerjee@espressif.com>
Fri, 9 Aug 2019 02:07:22 +0000 (10:07 +0800)
committerAngus Gratton <angus@espressif.com>
Fri, 9 Aug 2019 02:07:22 +0000 (10:07 +0800)
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

index df1cdd4425277e500fe6f550894831864ba4d8e0..011488e79e56223f27f875fc26c766360c13e864 100644 (file)
@@ -40,3 +40,7 @@ a:hover {
 .logo {
   width: 240px !important;
 }
+
+a.internal::after{
+  content: ' ';
+}