Keep version string displayed without breakpoints in UI (#26986)
This commit is contained in:
		
							parent
							
								
									82502f54ac
								
							
						
					
					
						commit
						aa4c4f5737
					
				| @ -100,7 +100,7 @@ class LinkFooter extends PureComponent { | ||||
|           {DividingCircle} | ||||
|           <a href={source_url} rel='noopener noreferrer' target='_blank'><FormattedMessage id='footer.source_code' defaultMessage='View source code' /></a> | ||||
|           {DividingCircle} | ||||
|           v{version} | ||||
|           <span class='version'>v{version}</span> | ||||
|         </p> | ||||
|       </div> | ||||
|     ); | ||||
|  | ||||
| @ -9008,6 +9008,10 @@ noscript { | ||||
|     color: $dark-text-color; | ||||
|     margin-bottom: 20px; | ||||
| 
 | ||||
|     .version { | ||||
|       white-space: nowrap; | ||||
|     } | ||||
| 
 | ||||
|     strong { | ||||
|       font-weight: 500; | ||||
|     } | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user