mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 04:04:31 +02:00
Merge branch 'bugfix/docs-link-whitespace' into 'master'
Fix the whitespace after everything which is link Closes IDF-903 See merge request espressif/esp-idf!5865
This commit is contained in:
8
docs/_static/theme_overrides.css
vendored
8
docs/_static/theme_overrides.css
vendored
@@ -41,6 +41,12 @@ a:hover {
|
|||||||
width: 240px !important;
|
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: ' ';
|
content: ' ';
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user