🐛 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
This commit is contained in:
Soumesh Banerjee 2019-08-09 10:07:22 +08:00 committed by Angus Gratton
parent 77bd32a503
commit d47288d9db

View file

@ -40,3 +40,7 @@ a:hover {
.logo {
width: 240px !important;
}
a.internal::after{
content: ' ';
}