mirror of
				https://github.com/microsoft/autogen.git
				synced 2025-11-03 19:29:52 +00:00 
			
		
		
		
	word wrap prev/next links on autodocs (#5867)
<!-- Thank you for your contribution! Please review https://microsoft.github.io/autogen/docs/Contribute before opening a pull request. --> <!-- Please add a reviewer to the assignee section when you create a PR. If you don't have the access to it, we will shortly find a reviewer and assign them to your PR. --> ## Why are these changes needed? Long module names get cut off in autodocs. Fixes (3). I would love to break the words on dots and underscores, but it doesn't look like theres a CSS option for that before:  after:  ## Related issue number #5634 ## Checks - [ ] I've included any doc changes needed for <https://microsoft.github.io/autogen/>. See <https://github.com/microsoft/autogen/blob/main/CONTRIBUTING.md> to build and test documentation locally. - [ ] I've added tests (if relevant) corresponding to the changes introduced in this PR. - [ ] I've made sure all auto checks have passed.
This commit is contained in:
		
							parent
							
								
									5685bd1888
								
							
						
					
					
						commit
						97dbc5cd16
					
				@ -128,3 +128,9 @@ html[data-theme="light"] .bd-header {
 | 
			
		||||
    opacity: 1;
 | 
			
		||||
    visibility: visible;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Long autodoc module names wrap on prev/next links */
 | 
			
		||||
/* TODO: Should we extend this to the entire site? */
 | 
			
		||||
.prev-next-title {
 | 
			
		||||
  word-break: break-word;
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user