mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 17:28:58 +00:00
Fix midword link wrapping issues
Adds <wbr> which is suggested linebreaks to each class reference link in the sidebar once the page is ready.
This commit is contained in:
@@ -196,7 +196,7 @@ if not on_rtd:
|
||||
html_css_files.append("css/dev.css")
|
||||
|
||||
html_js_files = [
|
||||
"js/custom.js?2", # Increment the number at the end when the file changes to bust the cache.
|
||||
"js/custom.js?3", # Increment the number at the end when the file changes to bust the cache.
|
||||
('https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js', {'defer': 'defer'}),
|
||||
('js/algolia.js', {'defer': 'defer'})
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user