Fix profile header being cut off in light theme in web UI (#20298)
This commit is contained in:
		
							parent
							
								
									ea7cc10811
								
							
						
					
					
						commit
						9f8e8662b9
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -78,7 +78,7 @@ html {
 | 
				
			||||||
.column-header__back-button,
 | 
					.column-header__back-button,
 | 
				
			||||||
.column-header__button,
 | 
					.column-header__button,
 | 
				
			||||||
.column-header__button.active,
 | 
					.column-header__button.active,
 | 
				
			||||||
.account__header__bar {
 | 
					.account__header {
 | 
				
			||||||
  background: $white;
 | 
					  background: $white;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue