Fix the whitespace after everything which is link

pull/4531/head
Soumesh Banerjee 2019-12-18 13:11:54 +08:00 zatwierdzone przez Angus Gratton
rodzic 4325c98a27
commit e969115a23
1 zmienionych plików z 7 dodań i 1 usunięć

Wyświetl plik

@ -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: ' ';
}