mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Merge pull request #3118 from Calinou/fix-navbar-long-links
Fix the display of very long class names in the navigation bar
This commit is contained in:
@@ -547,6 +547,12 @@ code,
|
||||
|
||||
/* Second (and higher) levels of navigation items */
|
||||
|
||||
.wy-menu-vertical li.current a {
|
||||
/* Make long words always display on a single line, keep wrapping for multiple words */
|
||||
/* This fixes the class reference titles' display with very long class names */
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.wy-menu-vertical li.current a,
|
||||
.wy-menu-vertical li.toctree-l2.current > a,
|
||||
.wy-menu-vertical li.toctree-l2.current li.toctree-l3 > a,
|
||||
|
||||
Reference in New Issue
Block a user