Replace inline styles with stylesheet (#3115)
This commit is contained in:
		
				
					committed by
					
						
						Eugen Rochko
					
				
			
			
				
	
			
			
			
						parent
						
							550863198c
						
					
				
				
					commit
					b8b7b506a2
				
			@@ -35,7 +35,7 @@ class ColumnCollapsable extends React.PureComponent {
 | 
			
		||||
          <i className={`fa fa-${icon}`} />
 | 
			
		||||
        </div>
 | 
			
		||||
 | 
			
		||||
        <div className='column-collapsable__content' style={{ height: `${fullHeight}px`, maxHeight: '70vh' }}>
 | 
			
		||||
        <div className='column-collapsable__content' style={{ height: `${fullHeight}px` }}>
 | 
			
		||||
          {children}
 | 
			
		||||
        </div>
 | 
			
		||||
      </div>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user