mirror of
				https://github.com/vector-im/element-web.git
				synced 2025-10-31 00:01:23 +01:00 
			
		
		
		
	Fix link spacing
This commit is contained in:
		
							parent
							
								
									55593416fa
								
							
						
					
					
						commit
						ce560c577f
					
				| @ -39,7 +39,7 @@ export default class Stickerpack extends React.Component { | ||||
|         this.defaultStickersContent = ( | ||||
|             <div className='mx_Stickers_contentPlaceholder'> | ||||
|                 <p>{ _t("You don't currently have any stickerpacks enabled") }</p> | ||||
|                 <p>{ _t("Click") } <span className='mx_Stickers_addLink' onClick={this._launchManageIntegrations} > { _t("here") } </span>{ _t("to add some!") }</p> | ||||
|                 <p>{ _t("Click") } <span className='mx_Stickers_addLink' onClick={this._launchManageIntegrations} > { _t("here") }</span> { _t("to add some!") }</p> | ||||
|                 <img src='img/stickerpack-placeholder.png' alt={_t('Add a stickerpack')} /> | ||||
|             </div> | ||||
|         ); | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user