mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Fix the whitespace after everything which is link
This commit is contained in:
parent
4325c98a27
commit
e969115a23
8
docs/_static/theme_overrides.css
vendored
8
docs/_static/theme_overrides.css
vendored
@ -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: ' ';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user