Flipping Merkle root and Bits location for more table alignment.
This commit is contained in:
		
							parent
							
								
									8eb70416da
								
							
						
					
					
						commit
						96f14d2781
					
				@ -92,14 +92,14 @@
 | 
			
		||||
                  <td class="td-width" i18n="transaction.version">Version</td>
 | 
			
		||||
                  <td>{{ block.version | decimal2hex }} <span *ngIf="displayTaprootStatus() && hasTaproot(block.version)" class="badge badge-success ml-1" >Taproot</span></td>
 | 
			
		||||
                </tr>
 | 
			
		||||
                <tr>
 | 
			
		||||
                  <td i18n="block.merkle-root">Merkle root</td>
 | 
			
		||||
                  <td><p class="break-all">{{ block.merkle_root }}</p></td>
 | 
			
		||||
                </tr>
 | 
			
		||||
                <tr *ngIf="network !== 'liquid'">
 | 
			
		||||
                  <td i18n="block.bits">Bits</td>
 | 
			
		||||
                  <td>{{ block.bits | decimal2hex }}</td>
 | 
			
		||||
                </tr>
 | 
			
		||||
                <tr>
 | 
			
		||||
                  <td i18n="block.merkle-root">Merkle root</td>
 | 
			
		||||
                  <td><p class="break-all">{{ block.merkle_root }}</p></td>
 | 
			
		||||
                </tr>
 | 
			
		||||
              </tbody>
 | 
			
		||||
            </table>
 | 
			
		||||
          </div>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user