Fix padding on account header (#14179)
This commit is contained in:
		
							parent
							
								
									a3ce01a102
								
							
						
					
					
						commit
						41acf83cdf
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -6497,7 +6497,7 @@ noscript {
 | 
			
		|||
  &__tabs {
 | 
			
		||||
    display: flex;
 | 
			
		||||
    align-items: flex-start;
 | 
			
		||||
    padding: 7px 5px;
 | 
			
		||||
    padding: 7px 10px;
 | 
			
		||||
    margin-top: -55px;
 | 
			
		||||
 | 
			
		||||
    &__buttons {
 | 
			
		||||
| 
						 | 
				
			
			@ -6519,7 +6519,7 @@ noscript {
 | 
			
		|||
    }
 | 
			
		||||
 | 
			
		||||
    &__name {
 | 
			
		||||
      padding: 5px;
 | 
			
		||||
      padding: 5px 10px;
 | 
			
		||||
 | 
			
		||||
      .account-role {
 | 
			
		||||
        vertical-align: top;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue