mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02:00
🐛 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:
committed by
Angus Gratton
parent
77bd32a503
commit
d47288d9db
4
docs/_static/theme_overrides.css
vendored
4
docs/_static/theme_overrides.css
vendored
@@ -40,3 +40,7 @@ a:hover {
|
||||
.logo {
|
||||
width: 240px !important;
|
||||
}
|
||||
|
||||
a.internal::after{
|
||||
content: ' ';
|
||||
}
|
||||
|
Reference in New Issue
Block a user