Merge pull request #1018 from mempool/simon/liquid-address-overflow–fix
UX: Fixing overflowing unconfidential Liquid address
This commit is contained in:
		
						commit
						49c30c7237
					
				@ -21,7 +21,10 @@
 | 
				
			|||||||
            <tbody>
 | 
					            <tbody>
 | 
				
			||||||
              <tr *ngIf="addressInfo && addressInfo.unconfidential">
 | 
					              <tr *ngIf="addressInfo && addressInfo.unconfidential">
 | 
				
			||||||
                <td i18n="address.unconfidential">Unconfidential</td>
 | 
					                <td i18n="address.unconfidential">Unconfidential</td>
 | 
				
			||||||
                <td><a [routerLink]="['/address/' | relativeUrl, addressInfo.unconfidential]">{{ addressInfo.unconfidential }}</a> <app-clipboard [text]="addressInfo.unconfidential"></app-clipboard></td>
 | 
					                <td><a [routerLink]="['/address/' | relativeUrl, addressInfo.unconfidential]">
 | 
				
			||||||
 | 
					                  <span class="d-inline d-lg-none">{{ addressInfo.unconfidential | shortenString : 14 }}</span>
 | 
				
			||||||
 | 
					                  <span class="d-none d-lg-inline">{{ addressInfo.unconfidential }}</span>
 | 
				
			||||||
 | 
					                </a> <app-clipboard [text]="addressInfo.unconfidential"></app-clipboard></td>
 | 
				
			||||||
              </tr>
 | 
					              </tr>
 | 
				
			||||||
              <ng-template [ngIf]="!address.electrum">
 | 
					              <ng-template [ngIf]="!address.electrum">
 | 
				
			||||||
                <tr>
 | 
					                <tr>
 | 
				
			||||||
 | 
				
			|||||||
@ -0,0 +1,3 @@
 | 
				
			|||||||
 | 
					.btn-link {
 | 
				
			||||||
 | 
					  padding: 0.25rem 0 0.1rem 0.5rem;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user