Fix node unfurl row overflow
This commit is contained in:
		
							parent
							
								
									d01d34bad3
								
							
						
					
					
						commit
						158f383dce
					
				@ -12,7 +12,7 @@
 | 
			
		||||
    </div>
 | 
			
		||||
  </div>
 | 
			
		||||
  <div class="row">
 | 
			
		||||
    <div class="col-md">
 | 
			
		||||
    <div class="col-md table-col">
 | 
			
		||||
      <a class="subtitle" [routerLink]="['/lightning/node' | relativeUrl, node.public_key]">{{ node.public_key }}</a>
 | 
			
		||||
      <table class="table table-borderless table-striped">
 | 
			
		||||
        <tbody>
 | 
			
		||||
 | 
			
		||||
@ -18,6 +18,10 @@
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.table-col {
 | 
			
		||||
  max-width: calc(100% - 470px);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.map-col {
 | 
			
		||||
  flex-grow: 0;
 | 
			
		||||
  flex-shrink: 0;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user