FIX: align project contributor handle text.
This commit is contained in:
		
							parent
							
								
									d8ef0cd3ac
								
							
						
					
					
						commit
						0289620262
					
				@ -328,7 +328,7 @@
 | 
			
		||||
 | 
			
		||||
    <ng-template ngFor let-contributor [ngForOf]="contributors">
 | 
			
		||||
      <a [href]="'https://github.com/' + contributor.name" target="_blank">
 | 
			
		||||
        <div class="profile_photo d-inline-block" [title]="contributor.name">
 | 
			
		||||
        <div class="profile_photo project_contributor d-inline-block" [title]="contributor.name">
 | 
			
		||||
          <img class="profile_img" [src]="'/api/v1/contributors/images/' + contributor.id" />
 | 
			
		||||
          {{ contributor.name }}
 | 
			
		||||
        </div>
 | 
			
		||||
 | 
			
		||||
@ -30,6 +30,11 @@
 | 
			
		||||
  margin-right: 40px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.project_contributor {
 | 
			
		||||
  width: 130px;
 | 
			
		||||
  margin: 25px auto;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.text-small {
 | 
			
		||||
  font-size: 12px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user