mirror of
				https://github.com/gristlabs/grist-core.git
				synced 2025-06-13 20:53:59 +00:00 
			
		
		
		
	fix(css): flex wrap when no space in cssRow right panel styles
This commit is contained in:
		
							parent
							
								
									1af8865ff9
								
							
						
					
					
						commit
						1f6a0f12ed
					
				@ -22,6 +22,8 @@ export const cssHelp = styled('div', `
 | 
			
		||||
 | 
			
		||||
export const cssRow = styled('div', `
 | 
			
		||||
  display: flex;
 | 
			
		||||
  flex-wrap: wrap;
 | 
			
		||||
  row-gap: 5px;
 | 
			
		||||
  margin: 8px 16px;
 | 
			
		||||
  align-items: center;
 | 
			
		||||
  color: ${theme.text};
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user