[Doc] Sidebar fix (#6610)
* Update: fix right sidebar word-break. * Update: fix right sidebar word-break again.
This commit is contained in:
		
							parent
							
								
									eaa5110db7
								
							
						
					
					
						commit
						e85f836acc
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -102,3 +102,8 @@ footer.bd-footer{
 | 
			
		|||
.rendered_html table {
 | 
			
		||||
    table-layout: auto !important;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* for right sidebar word-break */
 | 
			
		||||
#bd-toc-nav ul li {
 | 
			
		||||
    word-break: break-word;
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
		Reference in a new issue