Allow markdown table to scroll (#4401)
* Allow markdown table to scroll `overflow:auto` isn't effective when a table is wider than the container. Adding `display:block` fixes this issue.
This commit is contained in:
		
					parent
					
						
							
								e1fcd6b742
							
						
					
				
			
			
				commit
				
					
						832bf218ec
					
				
			
		
					 2 changed files with 2 additions and 1 deletions
				
			
		
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| 
						 | 
					@ -248,6 +248,7 @@
 | 
				
			||||||
        overflow:auto;
 | 
					        overflow:auto;
 | 
				
			||||||
        word-break:normal;
 | 
					        word-break:normal;
 | 
				
			||||||
        word-break:keep-all;
 | 
					        word-break:keep-all;
 | 
				
			||||||
 | 
					        display:block;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    table th {
 | 
					    table th {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue