mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	Support long descriptions on feature page
This commit is contained in:
		
							parent
							
								
									b4f6166afb
								
							
						
					
					
						commit
						abad2d7a6a
					
				@ -43,7 +43,7 @@ var Feature = React.createClass({
 | 
			
		||||
                    {this.props.feature.name}
 | 
			
		||||
                </td>
 | 
			
		||||
 | 
			
		||||
                <td className='opaque smalltext truncate'>
 | 
			
		||||
                <td className='opaque smalltext word-break' width="600">
 | 
			
		||||
                    {this.props.feature.description || '\u00a0'}
 | 
			
		||||
                </td>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user