* fix #2444: div for table scrollbar * span to div, white-space: nowrap in .css
This commit is contained in:
		
							parent
							
								
									47a48fe952
								
							
						
					
					
						commit
						e0bea64175
					
				@ -243,9 +243,9 @@ function MediaLink ({
 | 
			
		||||
 | 
			
		||||
function Table ({ node, ...props }) {
 | 
			
		||||
  return (
 | 
			
		||||
    <span className='table-responsive'>
 | 
			
		||||
    <div className='table-responsive'>
 | 
			
		||||
      <table className='table table-bordered table-sm' {...props} />
 | 
			
		||||
    </span>
 | 
			
		||||
    </div>
 | 
			
		||||
  )
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -241,6 +241,7 @@
 | 
			
		||||
 | 
			
		||||
.text table {
 | 
			
		||||
    width: auto;
 | 
			
		||||
    white-space: nowrap;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.text blockquote {
 | 
			
		||||
@ -448,4 +449,4 @@
 | 
			
		||||
    max-width: 480px;
 | 
			
		||||
    border-radius: 13px;
 | 
			
		||||
    overflow: hidden;
 | 
			
		||||
}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user