mirror of
				https://github.com/reduxjs/redux-devtools.git
				synced 2025-10-30 23:47:35 +03:00 
			
		
		
		
	Add box shadow to DebugPanel for depth
This commit is contained in:
		
							parent
							
								
									c4fa25940a
								
							
						
					
					
						commit
						540e9e506c
					
				|  | @ -24,7 +24,8 @@ export function getDefaultStyle(props) { | |||
|     maxWidth: (left && right) ? '100%' : '20%', | ||||
|     minWidth: 300, | ||||
|     wordWrap: 'break-word', | ||||
|     boxSizing: 'border-box' | ||||
|     boxSizing: 'border-box', | ||||
|     boxShadow: '-2px 0 7px 0 rgba(0, 0, 0, 0.5)' | ||||
|   }; | ||||
| } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user