[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
				
			
		| 
						 | 
					@ -101,4 +101,9 @@ footer.bd-footer{
 | 
				
			||||||
/* for tables in notebooks generated by pandas dataframe */
 | 
					/* for tables in notebooks generated by pandas dataframe */
 | 
				
			||||||
.rendered_html table {
 | 
					.rendered_html table {
 | 
				
			||||||
    table-layout: auto !important;
 | 
					    table-layout: auto !important;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/* for right sidebar word-break */
 | 
				
			||||||
 | 
					#bd-toc-nav ul li {
 | 
				
			||||||
 | 
					    word-break: break-word;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
		Loading…
	
		Reference in a new issue