Fix small styling issues
This commit is contained in:
		
					parent
					
						
							
								f2931af61e
							
						
					
				
			
			
				commit
				
					
						dbd80465c8
					
				
			
		
					 2 changed files with 8 additions and 2 deletions
				
			
		|  | @ -53,7 +53,7 @@ const Card = React.createClass({ | |||
|     } | ||||
| 
 | ||||
|     return ( | ||||
|       <a href={card.get('url')} className='status-card'> | ||||
|       <a href={card.get('url')} className='status-card' target='_blank' rel='noopener'> | ||||
|         {image} | ||||
| 
 | ||||
|         <div className='status-card__content' style={contentStyle}> | ||||
|  |  | |||
|  | @ -195,6 +195,8 @@ | |||
| 
 | ||||
| .report-accounts__item { | ||||
|   flex: 1 1 0; | ||||
|   display: flex; | ||||
|   flex-direction: column; | ||||
| 
 | ||||
|   & > strong { | ||||
|     display: block; | ||||
|  | @ -208,6 +210,10 @@ | |||
|   &:first-child { | ||||
|     margin-right: 10px; | ||||
|   } | ||||
| 
 | ||||
|   .account-card { | ||||
|     flex: 1 1 auto; | ||||
|   } | ||||
| } | ||||
| 
 | ||||
| .report-status { | ||||
|  | @ -215,7 +221,7 @@ | |||
|   margin-bottom: 10px; | ||||
| 
 | ||||
|   .activity-stream { | ||||
|     flex: 2 0 auto; | ||||
|     flex: 2 0 0; | ||||
|     margin-right: 20px; | ||||
|   } | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue