Browse Source
			
			
			Bugfix/fix text truncation in value component (#1330)
			
				* Fix text truncation
* Update changelog
			
			
				pull/1331/head
			
			
		 
		
			
				
					
						
						Thomas Kaul
					
					3 years ago
					
						
							committed by
							
								
								GitHub
							
						 
					
				 
				
			 
		 
		
			
				
					
					No known key found for this signature in database
					
						
							GPG Key ID: 4AEE18F83AFDEB23
						
					
				
			
		
		
		
	
		
			
				 2 changed files with 
2 additions and 
1 deletions
			 
			
		 
		
			
				- 
					
					
					 
					CHANGELOG.md
				
 
			
				- 
					
					
					 
					libs/ui/src/lib/value/value.component.html
				
 
			
		
		
			
			
			
			
			
			
				
				
					
						
							
								
									
	
		
		
			
				
					| 
						
						
							
								
							
						
						
					 | 
					@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					### Fixed | 
					 | 
					 | 
					### Fixed | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					- Fixed the support for cryptocurrencies having a symbol with less than 3 characters (e.g. `SC-USD`) | 
					 | 
					 | 
					- Fixed the support for cryptocurrencies having a symbol with less than 3 characters (e.g. `SC-USD`) | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					- Fixed the text truncation in the value component | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					## 1.201.0 - 01.10.2022 | 
					 | 
					 | 
					## 1.201.0 - 01.10.2022 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  | 
				
			
			
		
	
								
							
						
					 
					
				 
			 
		
			
			
			
			
			
			
				
				
					
						
							
								
									
	
		
		
			
				
					| 
						
						
						
					 | 
					@ -1,7 +1,7 @@ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					<div *ngIf="icon" class="align-self-center mr-3"> | 
					 | 
					 | 
					<div *ngIf="icon" class="align-self-center mr-3"> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					  <ion-icon class="h3 m-0" [name]="icon"></ion-icon> | 
					 | 
					 | 
					  <ion-icon class="h3 m-0" [name]="icon"></ion-icon> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					</div> | 
					 | 
					 | 
					</div> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					<div> | 
					 | 
					 | 
					<div class="w-100"> | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					  <ng-template #label><ng-content></ng-content></ng-template> | 
					 | 
					 | 
					  <ng-template #label><ng-content></ng-content></ng-template> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					  <ng-container *ngIf="value || value === 0 || value === null"> | 
					 | 
					 | 
					  <ng-container *ngIf="value || value === 0 || value === null"> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    <div | 
					 | 
					 | 
					    <div | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |