Merge branch 'bugfix/docs/white-space' into 'master'

🐛 Fix the white space bug in docs

Closes IDFGH-809

See merge request espressif/esp-idf!5693
This commit is contained in:
Angus Gratton
2019-08-09 10:07:22 +08:00

View File

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